We have been using spring cloud sleuth in our micoservices for tracing. We have also added enabled jdbc level spans from spring data Repository connection, fetch and query. I am seeing some weird jps traces of name jdbc:/datasource/connection
which seem to include some of my service specific spans. I was of the view that a parent span includes only those spans as kids, which it calls.
venderproxy
, profile
:fetchorganization
are my other services' grpc endpoints, why is jdbc:/datasource/connection
span in supplier
including some of my services under it?