DEFAULT_HISTOGRAM_BUCKETS
constDEFAULT_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).