prometheus-0.3.0: Prometheus Haskell Client

Safe HaskellNone
LanguageHaskell2010

System.Metrics.Prometheus.Metric.Counter

Documentation

newtype CounterSample Source

Constructors

CounterSample 

Fields

unCounterSample :: Int
 

add :: Int -> Counter -> IO () Source

inc :: Counter -> IO () Source