ticketing icon indicating copy to clipboard operation
ticketing copied to clipboard

feat: add example implementation of OpenTelemetry SDK

Open getlarge opened this issue 1 year ago • 1 comments

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

  • Net
  • HTTP
  • Fastify (if exists?)
  • MongoDB
  • BullMQ
  • AMQP lib

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

getlarge avatar Dec 17 '23 20:12 getlarge

depends on #19 to use opentelemetry-instrumentation-bullmq

getlarge avatar Feb 06 '24 07:02 getlarge