We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing sampling can be done dynamically and may be a useful mechanism to "turn off" part of the agent - but doesn't turn off metrics or log sending. There is an existing implementation of a dynamically adaptable sampler at https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/jaeger-remote-sampler/src/main/java/io/opentelemetry/sdk/extension/trace/jaeger/sampler/JaegerRemoteSampler.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changing sampling can be done dynamically and may be a useful mechanism to "turn off" part of the agent - but doesn't turn off metrics or log sending. There is an existing implementation of a dynamically adaptable sampler at
https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/jaeger-remote-sampler/src/main/java/io/opentelemetry/sdk/extension/trace/jaeger/sampler/JaegerRemoteSampler.java
The text was updated successfully, but these errors were encountered: