brave icon indicating copy to clipboard operation
brave copied to clipboard

Java distributed tracing implementation compatible with Zipkin backend services.

Results 125 brave issues
Sort by recently updated
recently updated
newest added

There's a lot of copy paste, especially between different but similar messaging libraries (spring-rabbit, spring-messaging, jms). We should investigate a MessagingTracing/Handler thing similar to HttpTracing/Handler to reduce the techdebt and...

Apache Pulsar is a promising Event Log middleware similar to Kafka, it would be nice to have a similar support for Zipkin attributes passing via headers like we do for...

I shared in a separate issue that our internal instrumentation includes one for annotating GC pauses. @shakuzen seemed interested. I'd love for it to be part of the mainline implementation....

*Note* this issue is uncommon and can be solved in configuration. However, it may suggest we should make certain application layer instrumentation have the option to not create client or...

Processor spans happen after consumer ones.. the current "clock sharing" is scoped to span objects. The problem is that a consumer span opens and closes before a processor one does....

It would be nice to make an unsafe variant of Span, which requires external synchronization and doesn't plan on out-of-band updates. This will make it more efficient to implement layers...

Below might help, but we haven't any tests so let's not add it to the README yet Ex. ```java public class MyApplication extends Application { public Set getSingletons() { HttpTracing...

Most things out there use spring or spring boot. It would be nice to have a demo for how to configure tracing for dubbo when someone is only using the...

Add a java -D option for setting noop true/false to command line.

As per discussion with @adriancole in gitter, opening an issue. - [X] Feature Request. First, look at existing issues to see if the feature has been requested before. If you...