Skip to content
New issue

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

[telemetry] add service::telemetry::trace::level to allow enabling/disabling of tracer provider #10890

Closed
codeboten opened this issue Aug 14, 2024 · 0 comments · Fixed by #10892
Assignees

Comments

@codeboten
Copy link
Contributor

In #10859, a feature gate was added to allow users to use a noop tracer provider. This is not a great user experience and making the noop tracer provider is not an option if we want to prevent breaking backwards compatibility with the zpages extension.

The proposed solution is to allow the configuration of traces in the same way as we do for metrics, via a level option. The only values supported by this level is none or basic until there is a need for additional levels.

service:
  telemetry:
    traces:
      level: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant