statsd-client-0.3.0.0: Statsd UDP client

Safe HaskellNone
LanguageHaskell2010

Network.Statsd

Documentation

data Type Source #

Constructors

Count 
Gauge 
Timing 
Histogram 

Instances

count :: UdpClient -> Stat -> Int -> IO () Source #

gauge :: UdpClient -> Stat -> Int -> IO () Source #