Packages

p

zio.zmx

internal

package internal

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class ConcurrentHistogram extends AnyRef
  2. sealed trait ConcurrentMetricState extends AnyRef
  3. sealed abstract class ConcurrentSetCount extends AnyRef
  4. class ConcurrentState extends AnyRef
  5. sealed abstract class ConcurrentSummary extends AnyRef
  6. trait MetricListener extends AnyRef

    A MetricListener is capable of taking some action in response to a metric being recorded, such as sending that metric to a third party service.

Value Members

  1. def installListener(l: MetricListener): Unit
  2. def removeListener(l: MetricListener): Unit
  3. def snapshot(): Map[MetricKey, MetricState]
  4. object ConcurrentHistogram
  5. object ConcurrentMetricState
  6. object ConcurrentSetCount
  7. object ConcurrentSummary

Inherited from AnyRef

Inherited from Any

Ungrouped