Packages

p

sttp.client

prometheus

package prometheus

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CollectorNameWithLabels(name: String, labels: List[(String, String)] = Nil) extends 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.

  2. class PrometheusListener extends RequestListener[Identity, RequestCollectors]

Value Members

  1. object PrometheusBackend

Ungrouped