effect-io-ai

Package: effect
Module: MetricKey

MetricKey.histogram

Creates a metric key for a histogram, with the specified name and boundaries.

Signature

declare const histogram: (name: string, boundaries: MetricBoundaries.MetricBoundaries, description?: string) => MetricKey.Histogram

Source

Since v2.0.0