Adrian Cole
Adrian Cole
https://github.com/openzipkin/brave/issues/612 discusses the concern that a layer closer to the network can completely obviate the layer closer to the application (ex security filter)
opened #629 to start working on servlet-based frameworks.. basically an approach to tell other filters someone else using servlet has already handled this request
those using servlet, please take another look at 4.18 https://github.com/openzipkin/brave-webmvc-example
added https://github.com/openzipkin/brave/pull/672 to reduce redundant overhead when scoping things..
it is possible to add a second entrypoint class or a 2.0 specific return type as long as we have a maven invoker test to show the old version still...
hi. we are almost ready to move this repo to the apache org. can you wait a couple days to raise your pull request (we won't do a release for...
@jcchavezs is correct, currently, the api for `Sampler' returns a boolean and is always invoked... there's no way for it to opt out of a decision at the moment in...
If you change the header format so that B3 is not the format, then it won't effect the b3 single value. In that case, you can pass anything along as...
unless rocketmq has a JMS driver, this would be a new instrumentation. We'd need a few others interested and a volunteer to write it
https://github.com/apache/rocketmq/wiki/RIP-6-Message-Trace has some summary information about how RocketMQ thinks about tracing. fields they record are listed here https://github.com/apache/rocketmq/blob/master/client/src/main/java/org/apache/rocketmq/client/trace/TraceBean.java likely we minimally need topic messageKey, messageId properties to link to their...