-
edit: we do have micronaut open telemetry and micrometer percentile metrics enabled but we have lots of apps not on a new enough version and so we’re hoping for a quick win with the agent for all apps without a forced upgrade. Setup:
I'm struggling to figure out specifically if Netty 4.1+ supports We are using micronaut if that complicates the netty instrumentation. BackgroundI was reading through this and wanted to confirm what it meant
For each row, You either see or, when the http.route is called out, looks like Provides http.route [2], Controller Spans [3] Output of OTEL Collector Logs of Netty Metrics
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @scprek! netty is too low-level and doesn't itself have any concept of route. The Java agent doesn't have any micronaut-specific instrumentation (yet, at least). Can you see if the solution in #3424 works for you? thx |
Beta Was this translation helpful? Give feedback.
hi @scprek! netty is too low-level and doesn't itself have any concept of route. The Java agent doesn't have any micronaut-specific instrumentation (yet, at least). Can you see if the solution in #3424 works for you? thx