HistogramCollectorConfig

sttp.client3.prometheus.HistogramCollectorConfig
See theHistogramCollectorConfig companion object
case class HistogramCollectorConfig(collectorName: String, labels: List[(String, String)], buckets: List[Double]) extends BaseCollectorConfig

Represents the name of a collector with configurable histogram buckets.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type T = HistogramCollectorConfig

Value members

Concrete methods

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

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