Disable Spring MVC Instrumentation #14836
-
I previously asked about the possibility to customize the metric previous discussion: #14825 so, because of the experimental nature + the complexity to customize the So the question is.
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 ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
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.