Adrian Cole
Adrian Cole
I would probably advise against using `X-B3-` as that is a bit too specific to a propagation format which might not be in use. If this is using correlation, I'd...
one funny thing is that in some areas comments themselves end up as statements (I've seen this in mysql). Which means we have to be careful not to trace the...
@brothertao can you give a java example using mysql interceptor? I think this is a neat idea
if you have a sample project please link it back. It is possible we can do this, but we'd have to choose what to add. Probably traceId=abcd because this decoupled...
@brothertao what is the literal SQL you would generate.. curious
thanks @brothertao and how do you use this data on the other side? grep? or something different?
right, if someone did something like this it would have to be opt-in. even our cassandra propagation is opt-in. https://github.com/openzipkin/brave-cassandra/blob/master/cassandra-driver/src/main/java/brave/cassandra/driver/CassandraClientTracing.java#L140 I'm setting this help-wanted as personally won't be doing this...
can you join gitter first? sleuth uses direct instrumentation for webflux, not servlet filter. let's discuss first https://gitter.im/openzipkin/zipkin
regardless, I'll try to add something to our collection in ITServlet3Container. thanks
ok reactor was a red-herring. this is a problem when tomcat is the backend of webflux