Packages

package registry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Bucket (cumulativeCount: Long, upperBound: Double) extends Product with Serializable
  2. case class CounterMetric (labels: List[LabelPair], value: Double) extends Metric with Product with Serializable
  3. case class GaugeMetric (labels: List[LabelPair], value: Double) extends Metric with Product with Serializable
  4. case class HistogramMetric (labels: List[LabelPair], sampleCount: Long, sampleSum: Double, buckets: Array[Bucket]) extends Metric with Product with Serializable
  5. case class LabelPair (name: LabelName, value: String) extends Product with Serializable
  6. sealed trait Metric extends AnyRef
  7. 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

  8. trait RegistryFormat extends AnyRef
  9. case class RegistryMetrics (name: MetricName, help: String, escapedHelp: String, metricType: MetricType, metrics: List[Metric]) extends Product with Serializable

Value Members

  1. object TextFormat extends RegistryFormat

Ungrouped