micrometer-tracing Questions
2
Solved
We have Jaeger setup to trace calls primarily between the istio proxies. I'm trying to use tracing inside the application, include any traceId/spanIds in the logs and report back to the Jaeger coll...
Overglaze asked 16/3, 2023 at 16:6
4
Solved
New Spring Boot added exemplars support:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#broader-exemplar-support-in-micrometer-112
After upgrading to Spring Boot ...
Ephesus asked 1/12, 2023 at 16:3
5
Solved
In spring boot 2 it was possible to disable distributed tracing during development as described here. Locally, traces were still generated but not exported.
In spring boot 3 it is possible it disab...
Votary asked 16/2, 2023 at 15:39
5
Solved
Hy
I am using springboot 3 with the new micrometer observation. Is there a way to prevent generating a trace_id/span_id for some paths like /actuator/prometheus? Observation add a trace id for each...
Rejoin asked 17/1, 2023 at 8:48
3
Solved
I created a demo application where I wanted to see how to setup tracing in Spring Boot 2 and in Spring Boot 3: https://github.com/Compile-Time/demo-tracing-in-spring-boot-2-and-3
The demo uses the ...
Mumps asked 12/12, 2022 at 11:42
5
Solved
Spring Boot 3 has changed context propagation in tracing.
https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide#async-instrumentation
They deliver now library t...
Jelene asked 9/2, 2023 at 16:4
2
Since moving to spring boot 3.0 tracing has stopped working with scheduled jobs @Scheduled(fixedDelay = 69, timeUnit = TimeUnit.SECONDS)
According to migration docs we should be wrapping the execut...
Semiliquid asked 6/1, 2023 at 11:52
2
Solved
After migration to Spring Boot 3 and refactor from Sleuth to Micrometer, I am no more able to test traceId propagation with WebTestClient + Tracer.
My test here, is to have a simple @RestController...
Sirup asked 1/12, 2022 at 16:25
1
I have below code which handle requests from other apps which pass the traceId through Traceparent header. I expect it will hydrate the parent traceId from the request, and in zipkin dashboard I sh...
Ubiety asked 24/1, 2023 at 18:55
0
I'm migrating a Spring Boot project to version 3. The project uses asynchronous task and tracing.
Following the documentation on Micrometer GitHub wiki, we tried to define the Async executor like t...
Acred asked 18/1, 2023 at 15:30
1
© 2022 - 2024 — McMap. All rights reserved.