https://github.com/yutopp/jaeger_test
https://github.com/yutopp/jaeger_test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/jaeger_test
- Owner: yutopp
- Created: 2017-12-29T15:26:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T15:27:16.000Z (over 7 years ago)
- Last Synced: 2025-01-20T10:48:59.638Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jaeger_test
```
# another shell
docker run -it --rm -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
# build and start
# required: go get github.com/Masterminds/glide
glide install
go build && ./jaeger_test
```