RecordableHistogram
Properties
Link copied to clipboard
The number of samples recorded by the histogram. v17.4.0, v16.14.0
Link copied to clipboard
The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
Link copied to clipboard
Returns a Map
object detailing the accumulated percentile distribution.
Link copied to clipboard
Returns a Map
object detailing the accumulated percentile distribution.
Functions
Link copied to clipboard
Adds the values from other
to this histogram.
Link copied to clipboard
Returns the value at the given percentile.
Link copied to clipboard
Returns the value at the given percentile.
Link copied to clipboard
Calculates the amount of time (in nanoseconds) that has passed since the previous call to recordDelta()
and records that amount in the histogram.