| Package | Description |
|---|---|
| com.wavefront.ingester |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDecoder
Event decoder that takes in data in the following format:
{ @Event } startTimeMillis [endTimeMillis] eventName [annotations]
|
class |
PickleProtocolDecoder
Pickle protocol format decoder.
|
class |
ReportPointDecoder
Graphite decoder that takes in a point of the type:
[metric] [value] [timestamp] [annotations]
|
class |
ReportPointDecoderWrapper
Wraps
Decoder as ReportableEntityDecoder. |
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"
}
}
]
}
|
Copyright © 2020. All rights reserved.