Skip to content
Discussion options

You must be logged in to vote

Also another motivation to deactivate the mvc instrumentation is because I see duplicated span when using spring boot with the default configurations (spring mvc enable by default), one from org.springframework.boot and another from io.opentelemetry.spring-webmvc-6.0, is this expected?

It is expected. You are most likely better off choosing either otel or micrometer tracing and using whichever you like. Enabling both will result in duplicate telemetry.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AndresBena19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants