| Package | Description |
|---|---|
| com.wavefront.ingester |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphiteDecoder
Graphite decoder that takes in a point of the type:
[metric] [value] [timestamp] [annotations]
|
class |
HistogramDecoder
Decoder that takes in histograms of the type:
[BinType] [Timestamp] [Centroids] [Metric] [Annotations]
|
class |
OpenTSDBDecoder
OpenTSDB decoder that takes in a point of the type:
PUT [metric] [timestamp] [value] [annotations]
|
class |
PickleProtocolDecoder
Pickle protocol format decoder.
|
Copyright © 2016. All rights reserved.