Replies: 3 comments
-
I'm moving this over to the instrumentation repository, as it seems to primarily be an instrumentation question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jeusdi you should ask this question from micrometer tracing community. |
Beta Was this translation helpful? Give feedback.
0 replies
-
another option is to use the OpenTelemetry Spring Boot starter which includes automatic mongodb tracing in the latest 2.4.0 release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I configure Spring Boot 3 with Micrometer tracing to send traces to X-Ray instead of Jaeger, and also enable instrumentation to generate traces for communication with MongoDB, which I currently don't see visualized?
Here my current related dependencies I'm using:
It's not clear to my how to manually instrumenting my project in order to generate mongodb traces.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions