package client

Linear Supertypes
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. class LabelledCounter extends AnyRef

    Represents counter and associated labels.

  7. class LabelledGauge extends AnyRef
  8. class LabelledHistogram extends AnyRef
  9. implicit class MetricSyntax extends AnyRef
  10. sealed abstract class MetricType extends Product with Serializable
  11. class PushRegistry extends DefaultRegistry
  12. trait Registry extends AnyRef
  13. final case class Timer (startTimeNanos: Long) extends AnyVal with Product with Serializable

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 PushRegistry
  7. object Timer extends Serializable
  8. object jmx

Inherited from AnyRef

Inherited from Any

Ungrouped