object MetricSnapshot
- Companion:
- class
Type members
Types
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.