Jaeger remote sampler: documentation for use with javaagent
See original GitHub issueI have been trying to configure the Jaeger remote sampler to work as an extension with the opentelemetry javaagent. The current documentation in the README.md shows how to use the sampler when configuring through code but does not describe the java arguments that work to configure the remote sampler.
Trial and error has gotten me to
"-Dotel.service.name=f<service-name>",
"-Dotel.traces.sampler.arg=endpoint=jaeger-collector.jaeger.svc.cluster.local:14250",
but the sampling is not actually being applied. I am not sure if the error is with the configuration of the sampler or with Jaeger.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Client Libraries — Jaeger documentation
We pioneered many new features, such as remotely controlled samplers and ... We use the terms client library, instrumentation library, and tracer ...
Read more >open-telemetry/opentelemetry-java - Gitter
I'm going to open an issue for it, because no one likes to use gitter for these ... Task :opentelemetry-sdk-extension-jaeger-remote-sampler:javadoc javadoc: ...
Read more >Agent Configuration | OpenTelemetry
Read the docs to find settings such as configuring export or sampling. Here are some quick links into those docs for the configuration ......
Read more >Manual Instrumentation for Traces and Metrics with the Java ...
The opentelemetry-aws-xray artifact provides a Sampler implementation for use with X-Ray remote sampling. When initializing the OpenTelemetry SDK, register the ...
Read more >OpenTelemetry Java: Getting Started Guide - Aspecto
Ultimately, we use this data to understand and investigate our system's behavior ... Step 1: Download the latest OpenTelemetry Java agent.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @chrismgrayftsinc - the next release of the javaagent should include the jaeger sampler out of the box so won’t need to muck with extensions. Are you able to wait for that?
@kokikathir It looks like the ratelimiting type is not supported as an operation strategy. https://sourcegraph.com/github.com/open-telemetry/opentelemetry-java/-/blob/sdk-extensions/jaeger-remote-sampler/src/main/proto/jaeger/api_v2/sampling.proto?L25:9