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

/repository/io/zipkin/brave/brave/5.13.3/brave-5.13.3.jar I have nested sub-transactions in a read-only transaction of a streaming query. When there are too many sub-transactions, the performance of copyof cannot be guaranteed, causing the CPU and...

bug

## Description One of our vertx projects using brave-instrumentation-vertx-web for tracing interceptor started breaking after upgrading to vert.x 4 , later realised that tracing interceptor is breaking as latest brave-instrumentation-vertx-web...

bug

## Feature I would like the ability to set remoteServiceName via HttpRequestParser. The problem is SpanCustomizerShield does not expose this method. Would this be possible?? ``` public brave.http.HttpRequestParser handler() {...

enhancement

## Feature I want an option that does not include the SQL statement in the tag ## Rationale and Example Scenario Currently, when I apply mysql's Tracing Query Interceptor, sql...

enhancement

## Describe the Bug Tracing.currentTracer().currentSpan().finish() returns LazySpan and it does not contain duration, however it's available in the context inside LazySpan. When try to finish LazySpan it does not report...

bug

For issue https://github.com/openzipkin/brave/issues/1297

Since version dubbo-2.7.14, the ```RpcContext.getContext().getAttachments()``` a copy map is returned, so the put data will be lost. https://github.com/apache/dubbo/blob/8240ea26cb00a52dd000d99e3997fe554134b9c3/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/RpcContext.java#L557 https://github.com/apache/dubbo/blob/8240ea26cb00a52dd000d99e3997fe554134b9c3/dubbo-common/src/main/java/org/apache/dubbo/common/utils/MapUtils.java#L35

* Support classic/async/h2async client * Compare to 4.x, 5.0 exposes ExecInterceptor. So we can avoid making a builder class and just add ExecInterceptor/RequestInterceptor/ResponseInterceptor to achieve the tracing. Currently, 5.0.3 has...

Sleuth JMS instrumentation cleared all properties on ActiveMQBytesMessage and was unable to put them back. fix MessageNotWriteableException - Message body is read-only while re-setting properties on BytesMessage please squash commits...