Archives : June-2024

6. Clone the demo app Go to: https://github.com/habmic/opentelemetry-101 Clone the repo – giving a star never hurt 😉 cd to opentelemetry-101 run ‘git checkout 1’ – we use tags to jump to different stages of the project docker-compose up 8. Install OpenTelemetry https://github.com/habmic/opentelemetry-101/blob/main/docs/installing-opentelemetry.md Installing the libraries yarn add @opentelemetry/api @opentelemetry/auto-instrumentations-node @opentelemetry/exporter-trace-otlp-proto @opentelemetry/sdk-node Verify everything is ..

Read more