hriemann-0.3.2.0: A Riemann Client for Haskell

Safe HaskellNone
LanguageHaskell2010

Network.Monitoring.Riemann.TCP

Synopsis

Documentation

sendEvents :: TCPConnection -> Seq Event -> IO () Source #

Send a list of Riemann events

Host and Time will be added if they do not exist on the Event

sendMsg :: TCPConnection -> Msg -> IO (Either Msg Msg) Source #

type TCPConnection = MVar ClientInfo Source #

type Port = Int Source #