MetricState

object MetricState
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def counter(key: Counter, help: String, value: Double): MetricState
def doubleHistogram(key: Histogram, help: String, buckets: Chunk[(Double, Long)], count: Long, sum: Double): MetricState
def gauge(key: Gauge, help: String, startAt: Double): MetricState
def setCount(key: SetCount, help: String, values: Chunk[(String, Long)]): MetricState
def summary(key: Summary, help: String, quantiles: Chunk[(Double, Option[Double])], count: Long, sum: Double): MetricState