interface Histogram
Properties #
readonly
#countBigInt: bigint
The number of samples recorded by the histogram. v17.4.0, v16.14.0
The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
readonly
#exceedsBigInt: bigint
The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
readonly
#percentiles: Map<number, number>
Returns a Map
object detailing the accumulated percentile distribution.
readonly
#percentilesBigInt: Map<bigint, bigint>
Returns a Map
object detailing the accumulated percentile distribution.
Methods #
#percentile(percentile: number): number
Returns the value at the given percentile.
#percentileBigInt(percentile: number): bigint
Returns the value at the given percentile.