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

https://github.com/secustor/opentelemetrydemo


https://github.com/secustor/opentelemetrydemo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Usage
### Install dependencies
`yarn install`
### Prepare Backend
Start Jaeger using Docker

``` shell script
docker run -d --name jaeger \
-e COLLECTOR_ZIPKIN_HTTP_PORT=9411 \
-p 5775:5775/udp \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
-p 16686:16686 \
-p 14268:14268 \
-p 14250:14250 \
-p 9411:9411 \
jaegertracing/all-in-one:1.17
```

### Run Demo
To start the demo run `npm start`