spring-cloud-sleuth icon indicating copy to clipboard operation
spring-cloud-sleuth copied to clipboard

Distributed tracing for spring cloud

Results 34 spring-cloud-sleuth issues
Sort by recently updated
recently updated
newest added

**Issue Description** Logging in spring-cloud-stream kafka-streams-binder **does not** log traces. It seems b3 traces are not picked up from the record in the topic. **Steps to replicate** 1. Bring up...

help wanted
documentation

https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.5.0

enhancement

**Preface** I have two Spring WebFlux apps with configured Sleuth and Jaeger server. One app has an */error* functional endpoint that returns 500 error. Other has a */test* functional endpoint...

enhancement

**Describe the bug** Consider a reactive operator in a pipeline that triggers a different code path based on a condition. This could be for instance a `timeout` or the handling...

bug

makes no sense. javadoc doesn't fail locally and these are all public types. Something's up https://circleci.com/gh/spring-cloud/spring-cloud-sleuth/6054 I will disable javadoc enforcement for now. ``` [WARNING] Javadoc Warnings [WARNING] /root/project/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/HttpClientRequestParser.java:44: warning...

task
techdebt

Spring might be able to improve here, but as things stand AspectJ LTW is much faster on startup (at runtime there isn't much difference, but it might be measurable). We...

backlog
icebox

check https://github.com/micrometer-metrics/tracing/pull/71 for more details

bug

Hi I have a number of spring-boot services running in kubernetes. The same traceId for a request is generally propagated between services. However when a "task-launcher" service launches a spring-cloud-task...

feedback-provided

my sleuth version is 2.2.2.RELEASE. i found if i use @RabbitListener annotation, feign request in consumer method will get the correct tracer info. but when i use the custom annotation...

feedback-provided

https://github.com/spring-cloud/spring-cloud-sleuth/blob/2d72833e7d6f0e97333918da9a762c773c8a22d8/spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/messaging/TraceFunctionAroundWrapper.java#L212 Issue : Our use case was to have an app "sleuth enabled" and bind a stream function in this app with an output type as a "Tuple of publishers"...

waiting for feedback
feedback-reminder