https://github.com/weltling/opentelemetry-exercise
https://github.com/weltling/opentelemetry-exercise
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weltling/opentelemetry-exercise
- Owner: weltling
- Created: 2024-03-26T17:43:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T18:24:21.000Z (about 1 year ago)
- Last Synced: 2025-02-07T09:12:35.706Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preparation
## Ubuntu
apt-get install docker.io nodejs node-npm code
# Node.js
```
npm i @opentelemetry/core @opentelemetry/node @opentelemetry/plugin-http @opentelemetry/plugin-https \
@opentelemetry/exporter-zipkin @opentelemetry/tracing express
npm i @opentelemetry/plugin-express
```# Zipkin Container
docker run --rm -d -p 9411:9411 --name zipkin openzipkin/zipkin