java-spring-jaeger
java-spring-jaeger copied to clipboard
It seems like the `opentracing.jaeger.remote-controlled-sampler.host-port` property is still required to use remote sampling properly. In the AutoConfiguration You can see it must be defined to create a RemoteControlledSampler. https://github.com/opentracing-contrib/java-spring-jaeger/blob/a0a7dadd4bd90fdbc8e455dbda299484e5981985/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/JaegerAutoConfiguration.java#L185 The...
## Requirement - what kind of business use case are you trying to solve? Technology stack used in my project: * spring boot 2.2.3 * io.opentracing.contrib:opentracing-spring-jaeger-web-starter:2.0.3 * spring-boot-starter-webflux I've spotted...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.3 to 8.29. Release notes *Sourced from [checkstyle's releases](https://github.com/checkstyle/checkstyle/releases).* > ## checkstyle-8.29 > https://checkstyle.org/releasenotes.html#Release_8.29 > > ## checkstyle-8.28 > https://checkstyle.org/releasenotes.html#Release_8.28 > > ## checkstyle-8.27 > https://checkstyle.org/releasenotes.html#Release_8.27 >...
My trace id was not being transmitted forward to the other service that I was calling with OpenFeign. The solution was to expose the client, as mentioned in this post...
I have a task that executes every second And I don't want this task to be recorded, have any config? like ``` @Scheduled(cron = "0 0/1 * * * ?...
Hi, I am trying to build/install opentracing-contrib/java-spring-jaeger on PPC64LE architecture with Red Hat Enterprise Linux 8.0, using the maven command `./mvnw clean install`. However facing the below issues while loading...
I deployed few services in a k8 cluster and was surprised to see that no traces were visible in jaeger. On checking app logs, I found that traceId being generated...
Regarding this issue https://stackoverflow.com/questions/51929412/add-jaeger-trace-id-and-span-id-to-log4j2-logs I couldn't find any other way to do it. Would be better to use jaeger API directly, rather than through zipkin adapter
I was not able to find that in the doc neither the code: is it possible to add to the logs the span data? E.g. I would like to find...