GithubHelp home page GithubHelp logo

Example incorrect about rustracing_jaeger HOT 3 CLOSED

nappa85 avatar nappa85 commented on June 13, 2024
Example incorrect

from rustracing_jaeger.

Comments (3)

sile avatar sile commented on June 13, 2024

Hmm, I tried running the example code with the jaeger that started by the above docker command, but it worked correctly in my environment.

from rustracing_jaeger.

nappa85 avatar nappa85 commented on June 13, 2024

The one I wrote on my report is the ufficial version as found on jaeger documentation (https://jaeger.readthedocs.io/en/latest/getting_started/), your version is clearly missing parameters:
docker run -d -p6831:6831/udp -p6832:6832/udp -p16686:16686 jaegertracing/all-in-one:latest

from rustracing_jaeger.

sile avatar sile commented on June 13, 2024

I understand what you mean.

Indeed, my example uses a docker command that is different from what is written in the official document.
But it is sufficient for the example, and I like to use simple command rather than unnecessary long command for examples.

So, as an alternative, I'd like to add the following notes, what do you think?

# Run jaeger in background
#
# Note that the following command only specifies the minimum options required to run this example.
# For the complete command, please refer to the Jaeger's official documentation.
# (e.g., https://jaeger.readthedocs.io/en/latest/getting_started/)
#
$ docker run -d -p6831:6831/udp -p6832:6832/udp -p16686:16686 jaegertracing/all-in-one:latest

# Report example spans
$ cargo run --example report

# View spans
$ firefox http://localhost:16686/

from rustracing_jaeger.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.