| Package | Description |
|---|---|
| com.wavefront.ingester | |
| com.wavefront.metrics | |
| sunnylabs.report |
| Modifier and Type | Method and Description |
|---|---|
ReportPoint |
IngesterFormatter.drive(String input,
String defaultHostName,
String customerId,
List<String> customSourceTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
IngesterFormatter.Loop.consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
ReportPoint point) |
void |
IngesterFormatter.Tag.consume(Queue<org.antlr.v4.runtime.Token> queue,
ReportPoint point) |
void |
IngesterFormatter.Value.consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
ReportPoint point) |
void |
IngesterFormatter.AdaptiveTimestamp.consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
ReportPoint point) |
void |
IngesterFormatter.Timestamp.consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
ReportPoint point) |
void |
IngesterFormatter.Metric.consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
ReportPoint point) |
void |
IngesterFormatter.Whitespace.consume(Queue<org.antlr.v4.runtime.Token> tokens,
ReportPoint point) |
void |
IngesterFormatter.Literal.consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
ReportPoint point) |
| Modifier and Type | Method and Description |
|---|---|
void |
PickleProtocolDecoder.decodeReportPoints(byte[] msg,
List<ReportPoint> out) |
void |
PickleProtocolDecoder.decodeReportPoints(byte[] msg,
List<ReportPoint> out,
String customerId) |
void |
OpenTSDBDecoder.decodeReportPoints(String msg,
List<ReportPoint> out) |
void |
GraphiteDecoder.decodeReportPoints(String msg,
List<ReportPoint> out) |
void |
OpenTSDBDecoder.decodeReportPoints(String msg,
List<ReportPoint> out,
String customerId) |
void |
GraphiteDecoder.decodeReportPoints(String msg,
List<ReportPoint> out,
String customerId) |
void |
Decoder.decodeReportPoints(T msg,
List<ReportPoint> out)
Certain decoders support decoding the customer id from the input line itself.
|
void |
Decoder.decodeReportPoints(T msg,
List<ReportPoint> out,
String customerId)
Decode graphite points and dump them into an output array.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportPoint |
JsonMetricsParser.makePoint(String table,
String metric,
String host,
double value,
long timestamp) |
static ReportPoint |
JsonMetricsParser.makePoint(String table,
String metric,
String host,
double value,
long timestamp,
Map<String,String> annotations) |
static ReportPoint |
JsonMetricsParser.makePoint(String table,
String metric,
String host,
long value,
long timestamp) |
static ReportPoint |
JsonMetricsParser.makePoint(String table,
String metric,
String host,
long value,
long timestamp,
Map<String,String> annotations) |
static ReportPoint |
JsonMetricsParser.makePoint(String table,
String metric,
String host,
String value,
long timestamp) |
static ReportPoint |
JsonMetricsParser.makePoint(String table,
String metric,
String host,
String value,
long timestamp,
Map<String,String> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JsonMetricsParser.processValueNode(com.fasterxml.jackson.databind.JsonNode value,
String table,
String metric,
String host,
long timestamp,
List<ReportPoint> points,
Map<String,String> tags) |
static void |
JsonMetricsParser.report(String table,
String path,
com.fasterxml.jackson.databind.JsonNode node,
List<ReportPoint> points,
String host,
long timestamp) |
static void |
JsonMetricsParser.report(String table,
String path,
com.fasterxml.jackson.databind.JsonNode node,
List<ReportPoint> points,
String host,
long timestamp,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
ReportPoint |
ReportPoint.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static ReportPoint.Builder |
ReportPoint.newBuilder(ReportPoint other)
Creates a new ReportPoint RecordBuilder by copying an existing ReportPoint instance
|
Void |
Reporting.reportPoint(ReportPoint point) |
void |
Reporting.Callback.reportPoint(ReportPoint point,
org.apache.avro.ipc.Callback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
Void |
Reporting.reportPoints(List<ReportPoint> points) |
void |
Reporting.Callback.reportPoints(List<ReportPoint> points,
org.apache.avro.ipc.Callback<Void> callback) |
Copyright © 2016. All rights reserved.