Packages

p

sttp.client3

prometheus

package prometheus

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseCollectorConfig extends AnyRef
  2. case class CollectorConfig(collectorName: String, labels: List[(String, String)] = Nil) extends BaseCollectorConfig with Product with Serializable

    Represents the name of a collector, together with label names and values.

    Represents the name of a collector, together with label names and values. The same labels must be always returned, and in the same order.

  3. case class HistogramCollectorConfig(collectorName: String, labels: List[(String, String)] = Nil, buckets: List[Double] = ...) extends BaseCollectorConfig with Product with Serializable

    Represents the name of a collector with configurable histogram buckets.

  4. class PrometheusListener extends RequestListener[Identity, RequestCollectors]

Ungrouped