跳转到内容
简体中文

DEFAULT_HISTOGRAM_BUCKETS

此内容尚不支持你的语言。

const DEFAULT_HISTOGRAM_BUCKETS: ReadonlyArray<number>

Defined in: src/metrics/Metrics.ts:113

Default bucket boundaries — the Prometheus client-library defaults, which work well for short-tail latencies in the 5ms..10s range. Provide your own via MetricsRegistry.histogram(..., { buckets }) for histograms that don’t fit this shape (e.g. payload sizes).