Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eckelon/otel-demo
https://github.com/eckelon/otel-demo
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/eckelon/otel-demo
- Owner: eckelon
- Created: 2023-10-27T23:19:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T23:29:01.000Z (about 1 year ago)
- Last Synced: 2024-04-17T12:06:05.629Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.