Do we have opentelemetry-micronaut-starter for micronaut application similar to opentelemetry-spring-boot-starter? #13052
Replies: 2 comments 3 replies
-
As far as I know, we don't provide similar starter for micronaut like spring boot.
You can try it out by https://micronaut-projects.github.io/micronaut-tracing/latest/guide/#opentelemetry |
Beta Was this translation helpful? Give feedback.
-
@steverao , Thanks for reply, somehow I am not able to instrument my micronaut application without agent. Is there any way by which I could do the instrumentation with zero code in micronaut? P.S: I don't want to use the OTEL agent. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm currently working on a Micronaut native application and exploring how to integrate OpenTelemetry for observability. I've noticed that there is an opentelemetry-spring-boot-starter for Spring Boot applications, which simplifies the setup process.
Is there an equivalent starter for Micronaut, like an opentelemetry-micronaut-starter?
I also want to set up OpenTelemetry in the Micronaut application without using the OpenTelemetry agent.
What would be the recommended approach for such a setup? Any guidance, documentation links, or examples would be greatly appreciated!
Thanks in advance! 😊
Beta Was this translation helpful? Give feedback.
All reactions