effect-io-ai

Package: effect
Module: MetricBoundaries

MetricBoundaries.linear

A helper method to create histogram bucket boundaries for a histogram with linear increasing values.

Signature

declare const linear: (options: { readonly start: number; readonly width: number; readonly count: number; }) => MetricBoundaries

Source

Since v2.0.0