-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for the Micronaut framework? #3424
Comments
Hey @bixu , |
Hello, @bixu! I'm working on Please follow this issue regarding the official OpenTelemetry module in Micronaut 3.0: https://github.com/micronaut-projects/micronaut-core/issues/5138. |
I tested simple helloworld as well as two tier micronaut applications with OT agent. I see basic support is already present due to underlying Netty support by OT agent. What are we looking specifically with micronaut support? |
@tkhoiwal the most interesting part of Micronaut is the ability to build the app with GraalVM native image feature. For such use case java agent will not work, that's why I have started to working on |
Just peeked at that repo for a brief moment and it looks like you have duplicated instrumentation for grpc. Any reason why not to just use the grpc library instrumentation maintainer here as a dependency? |
@jkwatson hm, actually I'm using
|
The main idea for |
oh, my apologies, I saw the packages and made assumptions. You're just providing micronaut configuration. 👍🏽 |
Thanks @donbeave for details of the usecase. |
Micronaut has added OpenTelemetry support in its |
This one is already done: https://micronaut-projects.github.io/micronaut-tracing/latest/guide/#opentelemetry |
Hi all, has there been consideration of adding support for the Micronaut "cloud-native" framework?
The text was updated successfully, but these errors were encountered: