CollectorConfig

sttp.client3.prometheus.CollectorConfig
case class CollectorConfig(collectorName: String, labels: List[(String, String)]) extends BaseCollectorConfig

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

override type T = CollectorConfig

Value members

Concrete methods

override def addLabels(lbs: List[(String, String)]): CollectorConfig

Attributes

Definition Classes

Inherited methods

def labelNames: Seq[String]

Attributes

Inherited from:
BaseCollectorConfig
def labelValues: Seq[String]

Attributes

Inherited from:
BaseCollectorConfig
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product