Portability | non-portable (GHC extensions) |
---|---|
Stability | experimental |
Maintainer | Brendan Hay <[email protected]> |
Safe Haskell | Safe-Infered |
Network.Metric.Sink.Handle
Contents
Description
Exported Types
Re-exports
type Group = ByteStringSource
Metric group
type Bucket = ByteStringSource
Metric bucket
Sink resource to write metrics to
Methods
push :: Measurable b => a -> b -> IO ()Source
Write a metric to the sink.
Close the sink - subsequent writes will throw an error.