MetricSnapshot

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 ofDistributions(name: String, description: String, settings: ForDistributionInstrument, instruments: Seq[Snapshot[Distribution]]): Distributions

Creates a MetricSnapshot instance for metrics that produce distributions.

Creates a MetricSnapshot instance for metrics that produce distributions.

def ofValues[T](name: String, description: String, settings: ForValueInstrument, instruments: Seq[Snapshot[T]]): Values[T]

Creates a MetricSnapshot instance for metrics that produce single values.

Creates a MetricSnapshot instance for metrics that produce single values.