package prometheus
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- class PrometheusListener extends RequestListener[Identity, RequestCollectors]
Value Members
- object PrometheusBackend