Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.