Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rongfengliang/nginx-opentracing-demo
nginx-opentracing-demo
https://github.com/rongfengliang/nginx-opentracing-demo
docker-compose jaeger nginx nginx-opentracing opentracing
Last synced: 1 day ago
JSON representation
nginx-opentracing-demo
- Host: GitHub
- URL: https://github.com/rongfengliang/nginx-opentracing-demo
- Owner: rongfengliang
- Created: 2018-10-08T04:39:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T13:44:06.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T01:18:29.426Z (2 days ago)
- Topics: docker-compose, jaeger, nginx, nginx-opentracing, opentracing
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A minimal OpenTracing example demonstrating usage of the nginx-opentracing
docker image with Jaeger. It features Nginx as a reverse-proxy in front a Go
server. Use these commands to run:
```bash
docker-compose up
curl localhost:8080
```
Visit http://localhost:16686 to view the traces in Jaeger.