package client
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- client
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Counter (name: MetricName, help: String) extends Product with Serializable
- class DefaultRegistry extends Registry
- case class Gauge (name: MetricName, help: String) extends Product with Serializable
- case class Histogram (name: MetricName, help: String, buckets: List[Double]) extends Product with Serializable
- trait HistogramBuckets extends AnyRef
- implicit class MetricSyntax extends AnyRef
- sealed abstract class MetricType extends Product with Serializable
- trait Registry extends AnyRef
Value Members
- implicit val defaultClock: Clock
- object DefaultRegistry
- object Histogram extends Serializable
- object HistogramBuckets
- object MetricType extends Serializable
- object jmx