Meter instances.
Type Signature
Methods
get
Creates a namedMeter.
The name of the instrumentation scope, such as the instrumentation library, package, or fully qualified class name.
F[Meter[F]]
Example:
meter
Creates aMeterBuilder for a named Meter instance.
The name of the instrumentation scope, such as the instrumentation library, package, or fully qualified class name.
MeterBuilder[F]
Example:
Companion Object Methods
noop
Creates a no-op implementation of theMeterProvider.
Type Signature:
MeterProvider[F] where all operations are no-ops.