getlarge / ticketing

Microservices example using NestJS, Kubernetes in Nx workspace
77 stars 15 forks source link

feat: add example implementation of OpenTelemetry SDK #10

Open getlarge opened 8 months ago

getlarge commented 8 months ago

On the backend apps, create a tracing module imported before everything else in main. Init OTel SDK with instrumentations library for the following modules:

Create a service in docker.compose with Jaeger to export traces to.

getlarge commented 7 months ago

depends on #19 to use opentelemetry-instrumentation-bullmq