opentracing.io - The OpenTracing project

Example domain paragraphs

The OpenTracing project is archived . Learn more . Migrate to OpenTelemetry today!

# Start Jaeger locally $ docker run -d -p 6831:6831/udp -p 16686:16686 jaegertracing/all-in-one:latest $ export DOCKER_IP=`docker-machine ip $(docker-machine active)` $ cd $GOPATH/src # Grab a simple, self-contained OpenTracing example $ go get github.com/opentracing-contrib/examples/go $ cd github.com/opentracing-contrib/examples/go $ go run ./trivial.go $DOCKER_IP # Visualize the tracing instrumentation in Jaeger by # clicking on "Find Traces" in the UI. $ open http://$DOCKER_IP:16686/ # Read the source!

Get started instrumenting your code with OpenTracing.

Links to opentracing.io (11)