jaeger-client-go | 🛑 This library is DEPRECATED | Monitoring library
kandi X-RAY | jaeger-client-go Summary
kandi X-RAY | jaeger-client-go Summary
🛑 This library is DEPRECATED!
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jaeger-client-go
jaeger-client-go Key Features
jaeger-client-go Examples and Code Snippets
Community Discussions
Trending Discussions on jaeger-client-go
QUESTION
I am trying to use instrumentation in Go with Jaeger.
I am running the Jaeger backend with docker like this (as explained in https://www.jaegertracing.io/docs/1.15/getting-started/):
...ANSWER
Answered 2019-Dec-02 at 17:50I was able to publish some spans so I could see them on http://localhost:16686
- We should
SetOperationName
on the Span so we can identify it with a human readable name on the UI - We should also defer the
span.Finish()
call, it seems this is why I was not able to see anything on the UI
This is the updated main function:
QUESTION
I have my go project which sends OpenTracing spans in one docker container and the jaegertracing running in it's own container using the following command:
...ANSWER
Answered 2019-May-20 at 14:58My problem was with the configuration. The environment variables were not getting read using the above config. I had to use the following to read the environment variables in open tracing:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jaeger-client-go
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page