Class | Description |
---|---|
FileSink |
A metrics sink that writes to a file in json format
We would create/overwrite a file every time the flush() in invoked
We would save at most fileMaximum metrics file in disk
|
GraphiteSink |
A metrics sink that writes to a Graphite server
|
GraphiteSink.Graphite | |
ScribeSink |
A metrics sink that writes to Scribe with format required by Twitter Cuckoo
|
SinkContextImpl |
Context needed for an IMetricsSink to init.
|