hriemann-0.2.1.0: Initial project template from stack

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 #