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.

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

Value members

Inherited methods

def labelNames: Seq[String]
Inherited from
BaseCollectorConfig
def labelValues: Seq[String]
Inherited from
BaseCollectorConfig
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product