getlarge/ticketing

feat: add example implementation of OpenTelemetry SDK

Opened this issue · 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.