Closed ribrewguy closed 7 years ago
Do you mean that if there is no active span then don't trace jdbc call?
Right. I'm only interested in JDBC calls within the context of larger requests. However, the way it is setup, it shows every call to the DB in isolation.
Seems pretty reasonable, I imagine there are other libraries that would want this as well.
Conversation happening in gitter on this btw https://gitter.im/opentracing/public
done, introduced property traceWithActiveSpanOnly=true
How can I limit the tracing such that it will only trace within an existing span?