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

[Feature]: Make NoopMeterProvider public #2444

Open
phillipleblanc opened this issue Dec 18, 2024 · 0 comments
Open

[Feature]: Make NoopMeterProvider public #2444

phillipleblanc opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request triage:todo Needs to be traiged.

Comments

@phillipleblanc
Copy link

Related Problems?

The PR #2191 made a breaking change to mark NoopMeterProvider from pub to pub(crate).

This Noop meter is useful as a way to at compile time conditionally decide whether or not to emit telemetry without needing to change any other code.

Describe the solution you'd like:

NoopMeterProvider is made public again

Considered Alternatives

I copied the implementation of NoopMeterProvider into my codebase, but ideally I'd like to just use the one in this crate.

Additional Context

No response

@phillipleblanc phillipleblanc added enhancement New feature or request triage:todo Needs to be traiged. labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage:todo Needs to be traiged.
Projects
None yet
Development

No branches or pull requests

1 participant