How to implement tracing in Go Micro #2408
Unanswered
FarhanSajid1
asked this question in
Q&A
Replies: 1 comment
-
Closing, as I used the wrapper plugin and it works extremely well |
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
-
Does anyone implement tracing in go micro? If so how do you do it? Is it done via opentelemetry or another package.
I’ve tried to implement this with OpenTelemetry and I can get spans within a single microservices but when crossing microservices boundaries the context appears to be changed and the span is lost. As someone who’s new to tracing is there a way that exists to get this to work?
Beta Was this translation helpful? Give feedback.
All reactions