Meter

org.typelevel.otel4s.metrics.Meter
See theMeter companion trait
object Meter

Attributes

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

Members list

Type members

Classlikes

object Implicits

Attributes

Source
Meter.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Value members

Concrete methods

def apply[F[_]](implicit ev: Meter[F]): Meter[F]

Attributes

Source
Meter.scala
def noop[F[_]](implicit F: Applicative[F]): Meter[F]

Creates a no-op implementation of the Meter.

Creates a no-op implementation of the Meter.

All meter instruments (Counter, Histogram, etc) have no-op implementation too.

Type parameters

F

the higher-kinded type of a polymorphic effect

Attributes

Source
Meter.scala