This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
how to integrate with jaeger #16
Comments
I haven't used jaeger myself yet, but maybe you need to enable the tracing wrapper; https://github.com/go-micro/plugins/tree/main/v4/wrapper/trace/opentelemetry |
I tried like these codes many times, but it doesn't work, could help me check the code |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have create a new service with the command: go-micro new service --jaeger helloworld, and I make sure the jaeger started successfully,I could visit the jaeger ui in http:localhost:16686, and I also could call the func in my new service well. But I couldn't see any infomation about this service in the jaeger ui console, and I can't get anything by searching service name in the jaeger ui console .The code is all generated by command, I don't why ,please help me ,i am stunk in this problem, thank you
The text was updated successfully, but these errors were encountered: