jaeger-client-node | This library is DEPRECATED | Runtime Evironment library
kandi X-RAY | jaeger-client-node Summary
kandi X-RAY | jaeger-client-node Summary
🛑 This library is DEPRECATED!
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Benchmarks the main functions
- Benchmark benchmark
- Creates a benchmark benchmark
- Run a span .
- Benchmark a span .
- Loop through the tracing span and return the span span .
- Initializes a new HTTPS server .
- Adapt an existing sampler .
- Convert a stream to the stream .
- Parses a comma separated list of comma separated delimited together .
jaeger-client-node Key Features
jaeger-client-node Examples and Code Snippets
Community Discussions
Trending Discussions on jaeger-client-node
QUESTION
I'm trying to get a little example of Jaeger working using Node.js, but I can't get the Jaeger UI to display any data or show anything.
I have read this question: uber/jaeger-client-node: backend wont receive data but this hasn't helped in my case.
I'm running the Jaeger back end in a docker container using:
...ANSWER
Answered 2017-Dec-11 at 15:35You need to add some more properties to your config options. For reporter deployed on localhost and local sampler strategy :
QUESTION
I'm currently looking into different openTracing Tracer-Implementations. I want to use uber/jaeger-client-node but the backend won't receive my traces.
Here is what I did:
I started the all-in-one docker image:
docker run -d -p5775:5775/udp -p16686:16686 jaegertracing/all-in-one:latest
Next, i wrote a simple example application: Gist
But when I go to Jaeger UI, nothing is shown about the example service. What did I do wrong?
Thanks
...ANSWER
Answered 2017-Jun-02 at 21:18There are two issues here. One is that your code sets the port for Jaeger client to 5775. This port expects a different data model than what Node.js client sends, you can remove the agentHost
and agentPort
parameters and rely on defaults.
The second issue is that you're running the Docker image without exposing the required UDP port. The correct command is shown in the documentation, as of today it should be this (one long line):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jaeger-client-node
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