-
Current startup overhead on Azure App Service P1V2 instances (single core) is ~40 seconds.
Initial goal is to get this under 10 seconds in this environment.
And then we can open new issues for s…
-
Verify whether a context is being propagated in async lambdas.
Some code examples
Using `ForkJoinPool.commonPool()`:
```java
IntStream.range(0, 20)
.parallel()
.forEach(…
-
## Requirement: To provide a jar with all the dependencies and tracerresolver support.
The new ongoing [SpecialAgent](https://github.com/opentracing-contrib/java-specialagent) effort is designed to…
-
We need add a default MDCScopeManager in class JaegerTracerResolver、JaegerTracerFactory
in order to add traceid and spanpid in slf4j's mdc context.
It's very useful to 3rd packages when using …
-
Tried out the Opentracing API integration today -- it loaded successfully, but showed this on finishing the request:
```
[error] i.o.c.a.x.AWSXRaySpan - [] Failed to close underlying AWS trace Ent…
-
-
Hi, thanks for all your work on ByteBuddy! We have used it on custom instrumentation in our fork of the OpenTracing Contrib Java SpecialAgent.
I'm hitting an issue that I've researched a bit, and c…
-
I'm trying to use `TracingConsumerInterceptor` and `TracingProducerInterceptor` to add tracing to some Kafka connectors with a jaeger implementation under the hood. I am trying to do this via kafka co…
-
dubbo demo project: https://github.com/zshi456/dubbo-demo
java-specialagent version: 1.7.4
arguments :
`-javaagent:/xxxx/opentracing-specialagent-1.7.4.jar
-DJAEGER_SAMPLER_TYPE=const
-DJAEGER_SA…
-
Does java-specialagent support Java1.6?
Thanks.