You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2024. It is now read-only.
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