| Portability | non-portable (GHC extensions) |
|---|---|
| Stability | experimental |
| Maintainer | Brendan Hay <brendan@soundcloud.com> |
| Safe Haskell | Safe-Infered |
Network.Metrics.Graphite
Description
Exported types
Constructors
| Metric | |
Fields
| |
Socket Handle operations
open :: String -> String -> IO HandleSource
Create a new disconnected socket handle for TCP communication
emit :: Metric -> Handle -> IO ()Source
Emit a metric's metadata and value on the specified socket handle