Closed suikast42 closed 9 months ago
Hmm.. Nothing stands out from the environment variables and stack trace. It looks like you're running the otel java agent. Can you enable debug logging with -Dotel.javaagent.debug=true
and find the log line that starts with:
DEBUG io.opentelemetry.sdk.autoconfigure.AutoConfiguredOpenTelemetrySdkBuilder - Global OpenTelemetry set to OpenTelemetrySdk{
This prints a string representation of OpenTelemetrySdk, which is useful for diagnosing these types of things.
This prints a string representation of OpenTelemetrySdk, which is useful for diagnosing these types of things.
There are lot of logs generated but nothing with logger io.opentelemetry.sdk.autoconfigure.AutoConfiguredOpenTelemetrySdkBuilder
hi @suikast42, io.jaegertracing.internal.samplers.RemoteControlledSampler
doesn't come from OpenTelemetry, maybe you are pulling that in from somewhere else?
hi @suikast42,
io.jaegertracing.internal.samplers.RemoteControlledSampler
doesn't come from OpenTelemetry, maybe you are pulling that in from somewhere else?
Jep you are right. I miss the wildfly internal stuff.
The wildfly modules 😒.
I will close this issue. Thanks a lot for your effort.
Otel settings
I can instrument with that settings everything what I want to instrument but there is little asnnoying error every minute in the spans with that stack trace
Somehow there is a jeager sampler active that try to interact with
This request done for every war deployment in the ear. There is something somewhere that tries to collect mterics from every war deployment in ear. How can I disale that ?
Environment WF 16 Ear deployment Oracle JDK 8u251 OS Windows 11
Additional context Add any other context about the problem here.