-
I am trying to get started with tracing and I am focusing on a springboot-based microservice for now.
After I ran into https://github.com/opentracing-contrib/java-specialagent/issues/589 I downgrad…
-
In its default configuration, the SpecialAgent injects the uber-trace-id header into RestTemplate via the Spring Web instrumentation plugin. Later, the Apache HttpClient plugin injects a different val…
-
I am using java-lightstep-tracer with special-agent, the problem here is that it lightstep-tracer uses OT propagator. All of my services use B3 Propagator, I couldn't find a way to enforce lightstep t…
-
This is not happened when not with specialagent.
```
Caused by: java.lang.StackOverflowError
at java.sql.DriverManager.getDrivers(Unknown Source) ~[java.sql:?]
at java.sql.DriverManager.getDri…
-
This is more of a strategy question. In opentracing-java-specialagent, the approach was to use auto-instrumentation only as a bridge between existing whitebox (explicit) instrumentation, by auto-wirin…
-
We have had at least two services hit this issue where CPU usage quickly jumps up to 100%, essentially leading to an outage for that host. Thread dumps show service threads stuck on
java.util.WeakH…
-
This is causing class loading issues in SpecialAgent.
-
```
-------> Intercept [ThriftProtocolAgentRule@pool-1-thread-1]: public org.apache.thrift.protocol.TMessage org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin() throws org.apache.thrift.TEx…
-
Hi
We are getting the below issue while trying to set up Jaeger in kubernetes.
"Internal error occurred: failed calling webhook "auto-tracing-mutating-webhook.default.svc.cluster.local": Post h…
-
Following on from #538 was looking around the https://github.com/opentracing-contrib/java-specialagent/blob/master/.circleci/config.yml and could not find how the release process is executed to verify…