https://github.com/secustor/opentelemetrydemo
https://github.com/secustor/opentelemetrydemo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secustor/opentelemetrydemo
- Owner: secustor
- Created: 2020-03-13T11:19:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:19:54.000Z (over 3 years ago)
- Last Synced: 2025-04-02T14:11:39.164Z (about 1 year ago)
- Language: TypeScript
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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`