Support for jaeger remote sampler #1950
-
It looks like the tracer config does not allow setting a specific sampler. The sampler is chosen based on the value of otel.config.sampler.probability(See https://github.com/open-telemetry/opentelemetry-java/blob/7c0b45209761443c2dd7f9a659ba6e99aded222b/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/config/TraceConfigBuilder.java#L132). I want to configure the javaagent to use jaeger remote sampler (https://github.com/open-telemetry/opentelemetry-java/tree/7c0b45209761443c2dd7f9a659ba6e99aded222b/sdk-extensions/jaeger-remote-sampler), so that i can filter traces for health check. Are there any plans to support such a configuration ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @sambaatteamf1! I don't think there's any open issue for this, if you want to open one that would be great, it seems like a good feature for the javaagent to support |
Beta Was this translation helpful? Give feedback.
hi @sambaatteamf1! I don't think there's any open issue for this, if you want to open one that would be great, it seems like a good feature for the javaagent to support