Demonstrates a simple OpenTracing use case by decorating a single function.
-
Start Jaeger
docker run -d -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 -p5775:5775/udp -p6831:6831/udp -p6832:6832/udp \ -p5778:5778 -p16686:16686 -p14268:14268 -p9411:9411 jaegertracing/all-in-one:latest
-
Run Basic
iex -S mix > Basic.fred(10,20)
-
See the trace
open http://localhost:16686
© 2017 Imhotep Software LLC. All materials licensed under Apache v2.0