As per the below link , i see 2 options to enable opentelemetry for java apps (Java Agent Bytecode , Spring Boot Native)
https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/
Other than the benefits mentioned in the above link for ‘SpringBoot’ integration , are there any other benefits ? For Example , i was expecting to see out of the box ‘spans’ and ‘metrics’ for various spring boot modules like ‘Kafka’ , ‘Redis’ , ‘Spring data’ etc .,
Can someone confirm if there is a way to get the ‘Spring Boot’ framework (internal) level metrics ..