spring-cloud-sleuth-otel icon indicating copy to clipboard operation
spring-cloud-sleuth-otel copied to clipboard

Spring-Sleuth does not process have all instrumentation done by Java Agent in particular @WithSpan annotation

Open bmistry13 opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. Spring-Sleuth does not process have all instrumentation done by Java Agent in particular @WithSpan annotation. So many of library e.g Spring-Data, Hibernate so we can even see SQL queries. There are lots of gaps between Java Agent and Spring Sleuth. I would appreciate if you can look into it.

Describe the solution you'd like

Today, we use Spring-Sleuth for auto instrumentation, and the same code is run with Java Agent we can Spring-Data and Hibernate SQL logs span and actual SQL as well.

Describe alternatives you've considered

My alternate was to use Java Agent with Spring-Sleuth and it works, but the issue is tracing logs does not work. Somehow it stopped working after the latest Spring-Sleuth version of the snapshot. There is no guarantee that interoperability between the two will work. so it is best if Spring-Sleuth supports all libs that are supported by Java Agent for auto instrumentation.

Additional context Add any other context or screenshots about the feature request here.

bmistry13 avatar May 13 '21 21:05 bmistry13

So many of library e.g Spring-Data, Hibernate so we can even see SQL queries. There are lots of gaps between Java Agent and Spring Sleuth. I would appreciate if you can look into it.

Please file separate issues under spring-cloud/spring-cloud-sleuth` with missing instrumentations

marcingrzejszczak avatar May 14 '21 07:05 marcingrzejszczak

Please file separate issues under spring-cloud/spring-cloud-sleuth` with missing instrumentations

Please review https://github.com/spring-cloud/spring-cloud-sleuth/issues/1951

bmistry13 avatar May 17 '21 21:05 bmistry13

Sleuth reached the end of its OSS support timeline. We encourage to migrate to Micrometer Tracing.

jonatan-ivanov avatar Jul 12 '24 18:07 jonatan-ivanov