-
I am currently diving into how to instrument spring code with otel and i saw that there are two alternative spring-boot autoconfigurations, one by otel and one in the spring-incubator (the spring-incubator one (spring-cloud-sleuth-otel) was apparently created more recently) what is the idea around this? will the spring-maintained version replace the one by otel? and how far will this impact the spring-specific instrumentation made by the java-agent? (as it is kind of duplicate work) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @warmuuh!
hopefully yes
the goal is for the java agent to re-use (and inject) library instrumentation where possible, to avoid duplication and ensure consistent coverage/behavior, but it varies a bit from instrumentation to instrumentation |
Beta Was this translation helpful? Give feedback.
hi @warmuuh!
hopefully yes
the goal is for the java agent to re-use (and inject) library instrumentation where possible, to avoid duplication and ensure consistent coverage/behavior, but it varies a bit from instrumentation to instrumentation