You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: