I have a question related to integrating Spring Boot with OpenTelemetry. I am planning to use the dependency opentelemetry-spring-boot-starter. My questions are: When should I use this approach?
Why shouldn’t I use the Java Agent instead?
What is the difference between these methods, and which one should I choose?