Tracing : avoid some span to be exportable
chsi13 opened this issue · 6 comments
chsi13 commented
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 ???
gavlyukovskiy commented
You can now use property
decorator.datasource.sleuth.include=query
to include only query spans.
chsi13 commented
So great! Thank you great job 😉
chsi13 commented
@gavlyukovskiy When do you plan to release new version with this enhancement ?
gavlyukovskiy commented
I'm planing to finish work on some enhancements in this release. I think it will be by the end of this week.
gavlyukovskiy commented
@chsi13 I released new version today. New version is 1.5.6, feel free to try it!
chsi13 commented
Will try asap! Thanks