| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
System.Metrics.Prometheus.Metric.Histogram
Documentation
Constructors
| Histogram | |
Fields | |
type UpperBound = Double Source
type Buckets = Map UpperBound Count Source
data HistogramSample Source
Constructors
| HistogramSample | |
new :: [UpperBound] -> IO Histogram Source
updateBuckets :: Double -> Buckets -> Buckets Source
sample :: Histogram -> IO HistogramSample Source