MetricKeyType

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Counter extends MetricKeyType
case object Frequency extends MetricKeyType
case object Gauge extends MetricKeyType
final case class Histogram(boundaries: Boundaries) extends MetricKeyType
Companion:
object
object Histogram
Companion:
class
final case class Summary(maxAge: Duration, maxSize: Int, error: Double, quantiles: Chunk[Double]) extends MetricKeyType

Types

type Counter = Counter.type
type Frequency = Frequency.type
type Gauge = Gauge.type
type WithIn[T] = MetricKeyType { type In = T; }

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