-
I am using Windows 10 and didn't have `make` installed. So I directly run `mvn package` and then run the following java command and got the following error.
`java -cp target/api-1.0-SNAPSHOT-shaded…
-
Is this supposed to work with Java 8+?
Trying with Java 13 here, and I suspect I get module issues. Just running with -javaagent: and the jaeger integration.
```
Terminating initialization of S…
-
When running with these flags
```
-javaagent:/Users/wtran/.m2/repository/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.4/opentracing-specialagent-1.7.4.jar -Dsa.log.level=FINER …
-
When using `TracingInterceptor`:
> when doing multiple async requests simultaneously, parent spans created before invoking the client are not properly inferred.
Does this effect auto-instrumenta…
-
We have now been trying to get SpecialAgent working in a WebSphere deployment for the last couple days. We have identified a number of incompatibility issues, for which I will open a pull request once…
-
I had made the below changes to the Makefile, to add my lightstep satellite endpoint
```
java -cp $(MICRODONUTS_JAR) -javaagent:$(SPECIALAGENT_JAR) \
-Dsa.tracer=lightstep \
-Dsa.log.level=$(LOG…
-
I am using grpc version 1.22.
I have the following code on the client side:
```
new ClientTracingInterceptor
.Builder()
.withActiveSpanSource(() ->
…
-
I'm not seeing any traces in Jaeger from Microdounts although there are jaeger-query traces from trying to find them, so Jaeger itself appears to be working fine.
I have tried
docker run --name ja…
-
Hi,
We ran into an issue where the Java SpecialAgent broke a Reactor application. Apparently the application is using a block() call (we know this is probably an anti-pattern and are looking to fix…
-
When rolling out specialagent to existing, complex architectures, I'm finding that there are many traces that don't correspond to the use cases that intend to be traced. To make a tracing rollout more…