-
```
Spans: [{traceId:1, spanId:2, parentId:0, operationName:"GET"}]
Span: {traceId:1, spanId:2, parentId:0, operationName:"GET"}
Component: http-url-connection
Tags: {http.status_code=200, compo…
-
I want to use Micrometer to define metrics in java-agent instrumentation rules, so I can write my own [specialagent rules](https://github.com/william-tran/specialagent-rules) that add metrics as well …
-
The "wrapper problem" can be summarized as the following use-case:
1. A particular facet of an API is desired to be instrumented, and the most straightforward way to instrument the facet is to "wra…
-
I don't know if "Rewritable Tracer" the feature is supported formally or not in v1.6.0, but I added the `-Dsa.rewrite=xxx` jvm option to my demo application and request a servlet, `NullPointerExceptio…
-
I found that specialagent libraries, except "opentracing-specialagent“ the total package, cannot be fetched from public maven repository since 1.6.1, is it on purpose? or just temporary status?
Act…
-
When we configure jager's http reporting, such as "-DJAEGER_ENDPOINT = http: //myjaeger.com/api/traces",
it will send an endless loop problem. This is because jaeger's http reporting uses the okhttp…
-
I am noticing a number of traces from the `okhttp` integration where the `http.url` is the address of my Jaeger collector. These "self traces" don't seem very useful to me. Is it possible to disable t…
-
Is there a reason that v0.33 of the Java OpenTracing API hasn't been used here? I know with the move to OpenTelemetry that this might be a moot point. But I was looking to upgrade my fork due to Wavef…
-
I am getting an strange error in one of my environments that it fails to resolve the Jaeger tracer. I tried both 1.5.8 and 1.5.9 versions.
I am using dynamic attach with the following parameters:
…
-
was using a Java tracking agent to monitor one of our microservices to gather micro-service detailed metrics. But when I am starting “opentracing-specialagent-1.5.4.jar” along with our application I …