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
NoopMeterProvider
The PR #2191 made a breaking change to mark NoopMeterProvider from pub to pub(crate).
pub
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.
NoopMeterProvider is made public again
I copied the implementation of NoopMeterProvider into my codebase, but ideally I'd like to just use the one in this crate.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related Problems?
The PR #2191 made a breaking change to mark
NoopMeterProvider
frompub
topub(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 againConsidered 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
The text was updated successfully, but these errors were encountered: