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

## gRPC TracingServerInterceptor does NOT finish span when RPC stream is cancelled Consider my case: * there are 2 services: one of them is grpc client, another - grpc server....

bug

## Describe the Bug I just realized either I'm implementing it wrongly or not because in the example of SpanHandler tracingBuilder.addSpanHandler(new SpanHandler() { @Override public boolean end(TraceContext context, MutableSpan span,...

bug

22 May 2020 will be 2 years of compatibility brought by minor updates of Brave 5. It is nearing time for another major release. Doing so will reduce burden both...

enhancement

To allow supporting newer versions of Kafka, would it be possible to upgrade the _TracingConsumer_ by adding the following method `void enforceRebalance(final String reason);` This method has been added in...

enhancement

## Description When org.apache.activemq.command.ActiveMQBytesMessage JMS message is received, and sleuth is enabled, the traceId and spanId are working as expected, but the content (or payload) of the message is lost....

bug

Fixes #1295 Previous to this fix, a call to Tracer::toSpan concurrent with a call to flush the span from pendingSpans could result in an assertion error. We now only fetch...

Follow up of https://github.com/apache/incubator-zipkin-brave/pull/904 with the right source branch.

I use non-spring boot application with spring version 4.3 and I would like to add tracing to Spring Async framework. I see that there is an instrumentation available in sleuth...