-
Hello,
We have migrated a spring boot app from
springBootVersion = '2.3.2.RELEASE' -> '2.5.2'
springCloudVersion = 'Hoxton.SR6' -> '2020.0.3' (spring-cloud-consul = 3.0.3)
Our consul discove…
-
This is an epic issue to track an evaluation work to add spring-cloud-sleuth.
- [ ] Add sleuth dependency(should be in parent pom allready)
- [ ] We want to opt-in so tracing should be disabled …
-
Is there a MDC machenism in this client?
For example,Spring Cloud Sleuth outputs logs like this:
If we outputting logs (probably using MDC) with the trace-id and span-id and parsing those when inser…
-
集成spring-cloud-dubbo-starter时,使用zipkin做链路监控的解决方案是怎样的?有相关的组件支持吗?
-
This [Stackoverflow question](https://stackoverflow.com/questions/74666562/how-to-instrument-spring-boot-3-x-with-spring-cloud-stream-4-x-producers-and-con) addresses how to configure SCS producers an…
-
## 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.…
-
"Feign makes writing java http clients easier".
It also supports adding Request Interceptors https://github.com/Netflix/feign#request-interceptors that could be used to instrument Feign
-
https://trstringer.com/otel-part1-intro/
-
## Describe the Bug
When a Spring Boot application contains brave mysql8 tracing plus Spring Cloud Sleuth and Wavefront dependencies, it causes the application to freeze on startup after the HikariCP…
-
It's not at all clear from the documentation what is traced in the presence of Spring Cloud Sleuth. Are tracing headers added to all client-server calls? How's that helpful if the server doesn't retur…