package client

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

Type Members

  1. case class Counter (name: MetricName, help: String) extends Product with Serializable
  2. class DefaultRegistry extends Registry
  3. case class Gauge (name: MetricName, help: String) extends Product with Serializable
  4. case class Histogram (name: MetricName, help: String, buckets: List[Double]) extends Product with Serializable
  5. trait HistogramBuckets extends AnyRef
  6. implicit class MetricSyntax extends AnyRef
  7. sealed abstract class MetricType extends Product with Serializable
  8. trait Registry extends AnyRef

Value Members

  1. implicit val defaultClock: Clock
  2. object DefaultRegistry
  3. object Histogram extends Serializable
  4. object HistogramBuckets
  5. object MetricType extends Serializable
  6. object jmx

Inherited from AnyRef

Inherited from Any

Ungrouped