Replies: 2 comments 1 reply
-
Could you share how do you export metrics by |
Beta Was this translation helpful? Give feedback.
0 replies
-
I usually rely on Opentelemetry-javaagent being added to the JVM. In the code, when I want to add my own otel metrics, I just call GlobalOpentelemetry. Thought that here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm interested in collecting netty metrics. By default netty provides a Micrometer implementation but it's possible to provide custom metric registrars.
I cannot enable micrometer instrumentation as it doubles a lot of my already established metrics.
This is how the interface is defined
I have created the custom metrics registrar. I used the opentelemetry-micrometer bridge library but my metrics are not exported.
I have tried with
otel.instrumentation.micrometer.enabled
enabled and disabled and I have the same results.Not sure what should I do to have those metrics exported via OTEL channels.
For now I'm interested only in Connection Pool metrics. I'd be happy to create a PR afterwards to improve the reactor-netty instrumentation with metrics.
I also have netty instrumentations enabled
Beta Was this translation helpful? Give feedback.
All reactions