prometheus-0.4.1: Prometheus Haskell Client
System.Metrics.Prometheus.Metric.Counter
data Counter Source #
newtype CounterSample Source #
Constructors
Fields
new :: IO Counter Source #
add :: Int -> Counter -> IO () Source #
inc :: Counter -> IO () Source #
sample :: Counter -> IO CounterSample Source #