| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Monitoring.Riemann.Client
Synopsis
- class Client a where
Documentation
A Client is able to send Events to Riemann
Instances
| Client LoggingClient Source # | |
Defined in Network.Monitoring.Riemann.LoggingClient Methods sendEvent :: LoggingClient -> Event -> IO () Source # close :: LoggingClient -> IO () Source # | |
| Client BatchClientNoBuffer Source # | |
Defined in Network.Monitoring.Riemann.BatchClient Methods sendEvent :: BatchClientNoBuffer -> Event -> IO () Source # close :: BatchClientNoBuffer -> IO () Source # | |
| Client BatchClient Source # | |
Defined in Network.Monitoring.Riemann.BatchClient | |
| Client TCPClient Source # | |