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
-
class
LabelledCounter
extends AnyRef
Represents counter and associated labels.
- class LabelledGauge extends AnyRef
- class LabelledHistogram extends AnyRef
- implicit class MetricSyntax extends AnyRef
- sealed abstract class MetricType extends Product with Serializable
- class PushRegistry extends DefaultRegistry
- trait Registry extends AnyRef
- final case class Timer (startTimeNanos: Long) extends AnyVal with Product with Serializable
Value Members
- implicit val defaultClock: Clock
- object DefaultRegistry
- object Histogram extends Serializable
- object HistogramBuckets
- object MetricType extends Serializable
- object PushRegistry
- object Timer extends Serializable
- object jmx