Package

org.lyranthe.prometheus.client

registry

Permalink

package registry

Visibility
  1. Public
  2. All

Type Members

  1. case class Bucket(cumulativeCount: Long, upperBound: Double) extends Product with Serializable

    Permalink
  2. case class CounterMetric(labels: List[LabelPair], value: Double) extends Metric with Product with Serializable

    Permalink
  3. case class GaugeMetric(labels: List[LabelPair], value: Double) extends Metric with Product with Serializable

    Permalink
  4. case class HistogramMetric(labels: List[LabelPair], sampleCount: Long, sampleSum: Double, buckets: Array[Bucket]) extends Metric with Product with Serializable

    Permalink
  5. case class LabelPair(name: LabelName, value: String) extends Product with Serializable

    Permalink
  6. sealed trait Metric extends AnyRef

    Permalink
  7. trait MetricFamily extends AnyRef

    Permalink

    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

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

    Permalink

Value Members

  1. object TextFormat extends RegistryFormat

    Permalink

Ungrouped