hstatsd-0.1: Quick and dirty statsd interface

Safe HaskellNone
LanguageHaskell98

Network.StatsD

Documentation

data StatsD Source #

Instances

data Stat Source #

Constructors

Stat 

Fields

Instances

Eq Stat Source # 

Methods

(==) :: Stat -> Stat -> Bool #

(/=) :: Stat -> Stat -> Bool #

Show Stat Source # 

Methods

showsPrec :: Int -> Stat -> ShowS #

show :: Stat -> String #

showList :: [Stat] -> ShowS #

stat :: (Num a, Show a) => [String] -> a -> String -> Maybe Double -> Stat Source #

push :: StatsD -> [Stat] -> IO () Source #