MetricSummary

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class CounterInfo(name: String, labels: String, current: Double) extends MetricSummary
final case class GaugeInfo(name: String, labels: String, current: Double) extends MetricSummary
final case class HistogramInfo(name: String, labels: String, buckets: Int, count: Long, sum: Double) extends MetricSummary
final case class SetInfo(name: String, labels: String, setTag: String, keys: Int, count: Long) extends MetricSummary
final case class SummaryInfo(name: String, labels: String, quantiles: Int, error: Double, count: Long, sum: Double) extends MetricSummary

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 labels: Chunk[Label] => String