| Portability | non-portable (GHC extensions) |
|---|---|
| Stability | experimental |
| Maintainer | Brendan Hay <brendan@soundcloud.com> |
| Safe Haskell | Safe-Infered |
Network.Metrics.Graphite
Contents
Description
- open :: String -> String -> IO Sink
- class MetricSink a where
- type Group = ByteString
- type Bucket = ByteString
- type Value = ByteString
- data MetricType
- data Metric = Metric MetricType Group Bucket Value
Sink Functions
class MetricSink a whereSource
Sink resource to write metrics to
Methods
Instances
| MetricSink Sink | Existential sink instance |
| MetricSink Ganglia | |
| MetricSink Graphite | |
| MetricSink Statsd | |
| MetricSink StdoutSink |
Re-exports
type Group = ByteStringSource
Metric group
type Bucket = ByteStringSource
Metric bucket
type Value = ByteStringSource
Metric value