Using the @ExecuteOn=ThreadExecutors.IO
on endpoints breaks new relic instrumentation
#159
Labels
status: awaiting validation
Waiting to be validated as a real issue
I have a REST Controller which collects data from a bunch of rest endpoints...
New Relic instrumentation for the external calls works when I let micronaut determine the thread pool automagically.. but this does not work great always as 1/10 calls will show some latency in the responses being returned. Explicitly setting it to the ThreadExecutors.IO pool fixed the latency issue but broke the new relic instrumentation.
Thoughts?
The text was updated successfully, but these errors were encountered: