prometheus-2.1.0: Prometheus Haskell Client

Safe HaskellNone
LanguageHaskell2010

System.Metrics.Prometheus.Metric.Counter

Documentation

newtype CounterSample Source #

Constructors

CounterSample 

Fields

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

inc :: Counter -> IO () Source #