class |
EventDecoder |
Event decoder that takes in data in the following format:
{ @Event } startTimeMillis [endTimeMillis] eventName [annotations]
|
class |
GraphiteReportMetricDecoder |
|
class |
OpenTSDBMetricDecoder |
OpenTSDB decoder that takes in a point of the type:
PUT [metric] [timestamp] [value] [annotations]
|
class |
PickleProtocolDecoder |
Deprecated.
|
class |
PickleProtocolMetricDecoder |
Pickle protocol format decoder.
|
class |
ReportHistogramDecoder |
Decoder that takes in histograms of the type:
[BinType] [Timestamp] [Centroids] [Metric] [Annotations]
|
class |
ReportMetricDecoder |
Graphite decoder that takes in a point of the type:
[metric] [value] [timestamp] [annotations]
|
class |
ReportPointDecoder |
Deprecated.
|
class |
ReportPointDecoderWrapper |
Deprecated.
|
class |
ReportSourceTagDecoder |
This class is used to decode the source tags sent by the clients.
|
class |
SpanDecoder |
Span decoder that takes in data in the following format:
[span name] [annotations] [timestamp] [duration|timestamp]
|
class |
SpanLogsDecoder |
Span logs decoder that converts a JSON object in the following format:
{
"traceId": "...",
"spanId": "...",
"logs": [
{
"timestamp": 1234567890000000,
"fields": {
"key": "value",
"key2": "value2"
}
}
]
}
|
class |
SpyApiMetricDecoder |
Decoder for WFTop data format (Spy API stream):
[metric] source=[source] [timestamp] [value] [annotations]
|