MetricCollection

prometheus4cats.MetricCollection
See theMetricCollection companion object
final class MetricCollection

Attributes

Companion
object
Source
MetricCollection.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def appendDoubleCounter(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Double, IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleCounter(name: Name, help: Help, labels: Map[Name, String], value: Double): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleGauge(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Double, IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleGauge(name: Name, help: Help, labels: Map[Name, String], value: Double): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleHistogram(name: Name, help: Help, labelNames: IndexedSeq[Name], buckets: NonEmptySeq[Double], values: List[(Value[Double], IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleHistogram(name: Name, help: Help, labels: Map[Name, String], buckets: NonEmptySeq[Double], value: Value[Double]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleSummary(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Value[Double], IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendDoubleSummary(name: Name, help: Help, labels: Map[Name, String], value: Value[Double]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongCounter(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Long, IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongCounter(name: Name, help: Help, labels: Map[Name, String], value: Long): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongGauge(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Long, IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongGauge(name: Name, help: Help, labels: Map[Name, String], value: Long): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongHistogram(name: Name, help: Help, labelNames: IndexedSeq[Name], buckets: NonEmptySeq[Long], values: List[(Value[Long], IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongHistogram(name: Name, help: Help, labels: Map[Name, String], buckets: NonEmptySeq[Long], value: Value[Long]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongSummary(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Value[Long], IndexedSeq[String])]): MetricCollection

Attributes

Source
MetricCollection.scala
def appendLongSummary(name: Name, help: Help, labels: Map[Name, String], value: Value[Long]): MetricCollection

Attributes

Source
MetricCollection.scala

Concrete fields

Attributes

Source
MetricCollection.scala