gavlyukovskiy/spring-boot-data-source-decorator

Tracing : avoid some span to be exportable

chsi13 opened this issue · 6 comments

Hi.

I trace db statements with p6spy and spring cloud sleuth. It exports connection , query and fetch spans...Is it possible to only export to zipkin query statements ???

You can now use property

decorator.datasource.sleuth.include=query

to include only query spans.

So great! Thank you great job 😉

@gavlyukovskiy When do you plan to release new version with this enhancement ?

I'm planing to finish work on some enhancements in this release. I think it will be by the end of this week.

@chsi13 I released new version today. New version is 1.5.6, feel free to try it!

Will try asap! Thanks