Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 519 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 519 Bytes
  1. start jaeger
docker run -d --name jaeger \
  -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 \
  -p 5775:5775/udp \
  -p 6831:6831/udp \
  -p 6832:6832/udp \
  -p 5778:5778 \
  -p 16686:16686 \
  -p 14268:14268 \
  -p 9411:9411 \
  jaegertracing/all-in-one:1.13
  1. set env
export JAEGER_AGENT_HOST=localhost
export JAEGER_AGENT_PORT=6831
export JAEGER_ENABLED=true
  1. run example
go run server.go
  1. call the server
curl http://localhost:1323/