java-spring-jaeger
java-spring-jaeger copied to clipboard
I have been looking for a sample java client application using "io.jaegertracing.Configuration" to embed the tracepoints in my product jar. Kindly let me know some samples. For example , my...
Library included: opentracing-spring-jaeger-web-starter version: 3.1.1/3.2.2 implementation: Extended ServletFilterSpanDecorator & RestTemplateSpanDecorator to set tags and span details to log details related to our API calls. Issue: Our API gets called twice...
Hello Guys, Release 3.3.2 is not available on maven repository. Is it normal ? thx,
See https://mvnrepository.com/artifact/io.opentracing.contrib/opentracing-spring-jaeger-web-starter and https://search.maven.org/artifact/io.opentracing.contrib/opentracing-spring-jaeger-web-starter. Could it have to do with the sunsetting of Bintray/JCenter?
opentracing-spring-jaeger-cloud-starter is support spring boot 2.2. X but 2.3.x not support ,greater than Cloud Sr5 is not support
The default config is adding tags of the current request like METHOD, URL and STATUS_CODE, I would also like to include the calling USER_AGENT. Is this possible on a request...
Hi. There is a fix in recent spring-cloud-starter version for instrumenting kafka and @KafkaListeners. Would you consider upgrade 0.5.3 -> 0.5.9 (or greater) for next release? For reference: https://github.com/opentracing-contrib/java-spring-cloud/pull/306/commits
I am working on microservice architecture User-------->Spring cloud gateway------------->Service A-------------->Service B In Jaeger, It shows 2 different spans, one in gateway and other is service A --> Service B But...
### Problem The readme states that a trace propagation via the w3c headers is possible. However the mentioned property `opentracing.jaeger.enable-w3c-propagation` does not work with the latest (3.2.2) version due to...
While it seems relatively clear from the documentation, I can't seem to get the client to send spans to the host when deployed in Kubernetes (works just fine locally) I'm...