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
See https://cloud-native.slack.com/archives/C014L2KCTE3/p1707812808682639?thread_ts=1707739322.848999&cid=C014L2KCTE3
Proposal for application.yaml:
application.yaml
otel: traces: sampler: experimental: routing: server: - attribute: http.route pattern: /actuator/ sampler: always_off - attribute: http.route pattern: /get/cart sampler: name: traceidratio arg: 0.5
The text was updated successfully, but these errors were encountered:
@trask pointed out that open-telemetry/oteps#240 is defining this schema.
in the meantime, we should probably just document how spring users can configure this programatically.
Sorry, something went wrong.
The documentation is part of open-telemetry/opentelemetry.io#4167.
Closing this issue, because I assume that the new file based config will later also be available for spring boot.
zeitlinger
No branches or pull requests
See https://cloud-native.slack.com/archives/C014L2KCTE3/p1707812808682639?thread_ts=1707739322.848999&cid=C014L2KCTE3
Proposal for
application.yaml
:The text was updated successfully, but these errors were encountered: