MetricKeyType

zio.metrics.MetricKeyType$
See theMetricKeyType companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case object Counter extends MetricKeyType

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Gauge extends MetricKeyType

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Histogram

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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