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

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror