How can i use jaeger with nestjs and rabbitMQ? #3815
-
I want to use Jaeger for tracing microservice app. my app is implemented with Node, nestJS, and RabbitMQ. How can I trace between services with Rabbit and don't use HTTP req? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Jaeger is not in charge of producing data out of applications, it is the job of instrumentation, such as opentelemetry. Google search shows many posts about OTEL and Rabbitmq. |
Beta Was this translation helpful? Give feedback.
Jaeger is not in charge of producing data out of applications, it is the job of instrumentation, such as opentelemetry. Google search shows many posts about OTEL and Rabbitmq.