statsd-rupp-0.4.0.4: Simple StatsD Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Metrics.StatsD

Documentation

newStatGauge :: MonadIO m => Stats -> Key -> Int -> m StatGauge Source #

newStatSet :: MonadIO m => Stats -> Key -> m StatSet Source #

setGauge :: MonadIO m => StatGauge -> Int -> m () Source #

addTiming :: MonadIO m => StatTiming -> Int -> m () Source #

withStats :: MonadUnliftIO m => StatConfig -> (Stats -> m a) -> m a Source #