HistogramCollectorConfig

case
class HistogramCollectorConfig(collectorName: String, labels: List[(String, String)], buckets: List[Double]) extends BaseCollectorConfig

Represents the name of a collector with configurable histogram buckets.

Companion
object
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