Package: effect
Module: MetricBoundaries
A helper method to create histogram bucket boundaries for a histogram with exponentially increasing values.
Signature
declare const exponential: (options: { readonly start: number; readonly factor: number; readonly count: number; }) => MetricBoundaries
Since v2.0.0