object Summary
- Companion
- class
class Object
trait Matchable
class Any
Value members
Concrete methods
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