-
Notifications
You must be signed in to change notification settings - Fork 557
Open
Labels
enhancementNew feature or requestNew feature or requesttriage:todoNeeds to be traiged.Needs to be traiged.
Description
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
cijothomas, lalitb, divergentdave, voodoo11, sgrebnov and 5 moreCopilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriage:todoNeeds to be traiged.Needs to be traiged.