Skip to content

[Feature]: Make NoopMeterProvider public #2444

@phillipleblanc

Description

@phillipleblanc

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions