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

## Describe the Bug When a active mq consumer is implemented with below gradle dependencies byte message message consumer gets empty byte array byte[] data = exchange.getIn().getBody(byte[].class); //data is 0...

bug

## Describe the Bug We have applications which currently are not sending traces to an endpoint (by design - right now we just want traceIds in our logs for correlating...

bug

## Feature Spring 6 requires Java 17+ and jakarta packages. This makes things more complicated than now because we release with JDK11, so that old spring can compile to Java...

enhancement

I've given up trying to convince trivy to consider maven-invoker-plugin a test vs a deployment. This adds a config and a helper script to run it ad-hoc.

support RocketMQ see #1356

Currently, PR tests take too long to verify.. 17 minutes. Most of the very long tests use docker. Besides that is dubbo which can be longer than 2 minutes to...

enhancement

This only fails in invoker tests that use an old version of kafka, and currently only in JDK 21... https://github.com/openzipkin/brave/actions/runs/7441570423/job/20243845744?pr=1395 ``` Error: [ERROR] Tests run: 7, Failures: 1, Errors: 0,...

bug

## Describe the Bug When adding tags to an ongoing span, we occasionally see the following exception: ``` java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 4 at brave.handler.MutableSpan.tag(MutableSpan.java:883) at...

bug

When using `CurrentTraceContext.wrap()`, any custom `toString()` implementation from the underlying task is lost. For example, say we have this class: ```java class Task implements Runnable { @Override public void run()...

enhancement