Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ExRay Basic

Demonstrates a simple OpenTracing use case by decorating a single function.

Up And Running

  1. 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
  2. Run Basic

    iex -S mix
    > Basic.fred(10,20)
  3. See the trace

    open http://localhost:16686

© 2017 Imhotep Software LLC. All materials licensed under Apache v2.0