statsd-client-0.3.0.0: Statsd UDP client
Network.Statsd
statsdClient :: String -> IO UdpClient Source #
fromURI :: URI -> IO UdpClient Source #
type Stat = String Source #
data Type Source #
Constructors
Instances
Methods
showsPrec :: Int -> Type -> ShowS #
show :: Type -> String #
showList :: [Type] -> ShowS #
fmtDatagram :: Stat -> Int -> Type -> String Source #
increment :: UdpClient -> Stat -> IO () Source #
decrement :: UdpClient -> Stat -> IO () Source #
count :: UdpClient -> Stat -> Int -> IO () Source #
gauge :: UdpClient -> Stat -> Int -> IO () Source #
timing :: UdpClient -> Stat -> Millisecond -> IO () Source #
histogram :: UdpClient -> Stat -> Int -> IO () Source #