Micronaut Grpc with Jaeger #7546
Unanswered
lucaspaixao-dev
asked this question in
Q&A
Replies: 1 comment
-
In addition to, User Documentation on Tracing there is a Tracing with Jaeger guide. Quick explanation: The Micronaut framework provides three annotations to create or continue an existing span and include additional information to the span. @Newspan on a method creates a new span.
@ContinueSpan on a method continues the existing span, primarily used in conjunction with @SpanTag on method parameter/argument to include the value to the span, the method must be annotated with either
Note: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I'm creating a backend service using micronaut and grpc, and I want to integrate with jaeger. Looking on the internet, I have not found any site to help me. The official documentation doesn't have so many examples.
Can anyone help me?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions