interface Histogram
Properties #
readonly
#countBigInt: bigintThe 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: bigintThe 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): numberReturns the value at the given percentile.
#percentileBigInt(percentile: number): bigintReturns the value at the given percentile.