java-spring-jaeger icon indicating copy to clipboard operation
java-spring-jaeger copied to clipboard

Results 52 java-spring-jaeger issues
Sort by recently updated
recently updated
newest added

Veracode is reporting a the following security flaw in libthrift-0.13.0.jar a dependency of opentracing-spring-jaeger-web-starter 3.3.1: ``` CVE-2020-13949 Denial Of Service (DoS): libthrift is vulnerable to denial of service (DoS). A...

Version 3.3.3 has been tagged as [3.3.3](https://github.com/opentracing-contrib/java-spring-jaeger/releases/tag/3.3.3) and [release-3.3.3](https://github.com/opentracing-contrib/java-spring-jaeger/releases/tag/release-3.3.3) but has not been [released](https://github.com/opentracing-contrib/java-spring-jaeger/releases) or pushed to [Maven Central](https://mvnrepository.com/artifact/io.opentracing.contrib/opentracing-spring-jaeger-web-starter). This is a particularly desirable update since it contains an [update...

mvn dependency added in the pom : io.opentracing.contrib opentracing-spring-jaeger-cloud-starter 3.3.1 application.properties: opentracing.jaeger.udp-sender.host=localhost opentracing.jaeger.udp-sender.port=6831 opentracing.jaeger.log-spans=true opentracing.jaeger.enable-b3-propagation = true opentracing.jaeger.enable-w3c-propagation = true Error on server startup : *************************** APPLICATION FAILED TO START...

I am using **Webflux** and **Netty** in my spring boot app. RequestEntity is the request parameter in my controller class. I am getting 500 'internal server error' for RequestEntity as...

I am seeing a lot of: "Failed to bind as io.opentracing.contrib.concurrent.TracedScheduledExecutorService is unsupported." This started happening with the spring boot version update to 2.6.3. Find the following dependency from pom.xml...

First thanks very much for your nice work. My question how can exclude or disable specific APIs from Jeager logger in Spring Jaeger? Some my APIs I don't need to...

i have problem in runtime https://github.com/opentracing-contrib/java-spring-cloud/issues/332. Last version opentracing-spring-cloud-starter now is 3.0.4.

The current behavior In [JaegerConfigurationProperties.java#L45](https://github.com/opentracing-contrib/java-spring-jaeger/blob/a83e391a7f78fdf3d88094b7ed0e4854cd0a68fa/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/JaegerConfigurationProperties.java#L45) is to fallback to a dummy value if the name property is not set correctly. Instead, I would like to see an error issued regarding...

Hi Team, I would like to use environment variables to externalize the jaeger configuration properties. When I use the following config key in the application.properties, everything working fine opentracing.jaeger.http-sender.url=http://localhost:14268/api/traces But...

Dependency update from opentracing-spring-jaeger-cloud-starter:3.0.0 to opentracing-spring-jaeger-cloud-starter:3.1.0 or 3.1.1 results in the following error for Oracle data sources from /actuator/health endpoint: "DataSource health check failed com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Timer...