Summary

object Summary
Companion:
class
class Object
trait Matchable
class Any
Summary.type

Value members

Concrete methods

def apply(key: Summary): Summary

Constructs a new summary with the specified key

Constructs a new summary with the specified key

def apply(name: String, maxAge: Duration, maxSize: Int, error: Double, quantiles: Chunk[Double], tags: Label*): Summary

Constructs a new summary with the specified name, maximum age, maximum size, quantiles, and labels. The quantiles must be between 0.0 and 1.0. The error is a percentage and must be between 0.0 and 1.0, i.e 3% => 0.03

Constructs a new summary with the specified name, maximum age, maximum size, quantiles, and labels. The quantiles must be between 0.0 and 1.0. The error is a percentage and must be between 0.0 and 1.0, i.e 3% => 0.03

Concrete fields

A summary that does nothing.

A summary that does nothing.