OpenTelemetryMetrics

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def requestsActive[F[_]](instrumentationName: String, instrumentationVersion: String, provider: MeterProvider, labels: MetricLabels): Metric[F, LongUpDownCounter]
def requestsTotal[F[_]](instrumentationName: String, instrumentationVersion: String, provider: MeterProvider, labels: MetricLabels): Metric[F, LongCounter]
def responsesDuration[F[_]](instrumentationName: String, instrumentationVersion: String, provider: MeterProvider, labels: MetricLabels): Metric[F, DoubleValueRecorder]
def responsesTotal[F[_]](instrumentationName: String, instrumentationVersion: String, provider: MeterProvider, labels: MetricLabels): Metric[F, LongCounter]
def withDefaultMetrics[F[_]](provider: MeterProvider, instrumentationName: String, instrumentationVersion: String, labels: MetricLabels): OpenTelemetryMetrics[F]