-
I'm trying to get RMI instrumentation working but cannot figure out how to make it work with the Spring Boot starter variant. My demo project does a simple RMI call within a Spring Web REST controller. When using the java agent, I get two nice spans:
But when using the Spring Boot integration, there's only one span for the REST controller:
The documentation states that using the Java agent is the default option but I can't find any information that RMI instrumentation wouldn't be supported when using the Spring integration. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Spring starter does not support RMI instrumentation. |
Beta Was this translation helpful? Give feedback.
Spring starter does not support RMI instrumentation.