effect-io-ai

Package: effect
Module: MetricBoundaries

MetricBoundaries.exponential

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

Source

Since v2.0.0