MeterProvider

org.typelevel.otel4s.metrics.MeterProvider
See theMeterProvider companion trait
object MeterProvider

Attributes

Companion
trait
Source
MeterProvider.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def noop[F[_] : Applicative]: MeterProvider[F]

Creates a no-op implementation of the MeterProvider.

Creates a no-op implementation of the MeterProvider.

A MeterBuilder has no-op implementation too.

Type parameters

F

the higher-kinded type of a polymorphic effect

Attributes

Source
MeterProvider.scala