package registry
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Bucket (cumulativeCount: Long, upperBound: Double) extends Product with Serializable
- case class CounterMetric (labels: List[LabelPair], value: Double) extends Metric with Product with Serializable
- case class GaugeMetric (labels: List[LabelPair], value: Double) extends Metric with Product with Serializable
- case class HistogramMetric (labels: List[LabelPair], sampleCount: Long, sampleSum: Double, buckets: Array[Bucket]) extends Metric with Product with Serializable
- case class LabelPair (name: LabelName, value: String) extends Product with Serializable
- sealed trait Metric extends AnyRef
-
trait
MetricFamily
extends AnyRef
A metric family represents a counter, gauge or histogram metric.
A metric family represents a counter, gauge or histogram metric.
These
- trait RegistryFormat extends AnyRef
- case class RegistryMetrics (name: MetricName, help: String, escapedHelp: String, metricType: MetricType, metrics: List[Metric]) extends Product with Serializable
Value Members
- object TextFormat extends RegistryFormat