MetricKeyType

zio.metrics.MetricKeyType
See theMetricKeyType companion trait
object MetricKeyType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Counter extends MetricKeyType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Counter.type
case object Frequency extends MetricKeyType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Frequency.type
case object Gauge extends MetricKeyType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Gauge.type
final case class Histogram(boundaries: Boundaries) extends MetricKeyType

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Histogram

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Histogram.type
final case class Summary(maxAge: Duration, maxSize: Int, error: Double, quantiles: Chunk[Double]) extends MetricKeyType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror