Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eckelon/otel-demo


https://github.com/eckelon/otel-demo

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Otel demo

This is just a super quick demo to see traces from Nginx and a Flask app in Jaeger.

build it with

```
docker-compose build
```
and run it with

```
docker-compose up -d
```

Please mind that I wrote this in an Apple Silicon machine, so you might need to change the way you compile some of the libs in the Nginx Dockerfile.