prometheus.erl icon indicating copy to clipboard operation
prometheus.erl copied to clipboard

Missing documented prometheus_buckets functions

Open eproxus opened this issue 1 year ago • 0 comments

prometheus_buckets documents some useful functions (exponential/3, linear/3 etc.) that are not available because they are only exported when TEST is defined: https://github.com/deadtrickster/prometheus.erl/blob/master/src/prometheus_buckets.erl#L11-L15

That makes them impossible to use in production when setting up metrics.

eproxus avatar Jan 22 '24 14:01 eproxus