HistogramData

class HistogramData(val name: String, val description: String, val unit: String, val boundaries: List<Double>)

Histogram metric data with bucket counts.

Since

0.4.0

Constructors

Link copied to clipboard
constructor(name: String, description: String, unit: String, boundaries: List<Double>)

Types

Link copied to clipboard
class BucketData(boundaries: List<Double>)

Internal bucket accumulator.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun record(value: Double, attributes: Map<String, String>)
Link copied to clipboard
fun reset()