Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data HistogramSample Source #
Instances
Show HistogramSample Source # | |
Defined in System.Metrics.Prometheus.Metric.Histogram showsPrec :: Int -> HistogramSample -> ShowS # show :: HistogramSample -> String # showList :: [HistogramSample] -> ShowS # |
type UpperBound = Double Source #
observeAndSample :: Double -> Histogram -> IO HistogramSample Source #