Uses of Class
wavefront.report.ReportMetric
-
Packages that use ReportMetric Package Description com.wavefront.data com.wavefront.ingester com.wavefront.metrics com.wavefront.predicates wavefront.report -
-
Uses of ReportMetric in com.wavefront.data
Methods in com.wavefront.data with parameters of type ReportMetric Modifier and Type Method Description static voidValidation. validateMetric(ReportMetric point, ValidationConfiguration config) -
Uses of ReportMetric in com.wavefront.ingester
Methods in com.wavefront.ingester that return ReportMetric Modifier and Type Method Description ReportMetricReportMetricIngesterFormatter. drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)Methods in com.wavefront.ingester that return types with arguments of type ReportMetric Modifier and Type Method Description static AbstractIngesterFormatter.IngesterFormatBuilder<ReportMetric>ReportMetricIngesterFormatter. newBuilder()Methods in com.wavefront.ingester with parameters of type ReportMetric Modifier and Type Method Description StringReportMetricSerializer. apply(ReportMetric point)static StringReportMetricSerializer. metricToString(ReportMetric point)Method parameters in com.wavefront.ingester with type arguments of type ReportMetric Modifier and Type Method Description voidGraphiteReportMetricDecoder. decode(String msg, List<ReportMetric> out)voidOpenTSDBMetricDecoder. decode(String msg, List<ReportMetric> out, String customerId, IngesterContext ctx)voidPickleProtocolMetricDecoder. decode(byte[] msg, List<ReportMetric> out, String customerId, IngesterContext ctx)voidReportMetricDecoder. decode(String msg, List<ReportMetric> out, String customerId, IngesterContext ctx)voidSpyApiMetricDecoder. decode(String msg, List<ReportMetric> out)voidSpyApiMetricDecoder. decode(String msg, List<ReportMetric> out, String customerId, IngesterContext ctx) -
Uses of ReportMetric in com.wavefront.metrics
Methods in com.wavefront.metrics that return ReportMetric Modifier and Type Method Description static ReportMetricJsonMetricsParser. makeMetric(String table, String metric, String host, double value, long timestamp)static ReportMetricJsonMetricsParser. makeMetric(String table, String metric, String host, double value, long timestamp, Map<String,String> annotations)Method parameters in com.wavefront.metrics with type arguments of type ReportMetric Modifier and Type Method Description static voidJsonMetricsParser. processValueNode(com.fasterxml.jackson.databind.JsonNode value, String table, String metric, String host, long timestamp, List<ReportMetric> metrics, List<ReportHistogram> histograms, Map<String,String> tags)static voidJsonMetricsParser. report(String table, String path, com.fasterxml.jackson.databind.JsonNode node, List<ReportMetric> metrics, List<ReportHistogram> histograms, String host, long timestamp)static voidJsonMetricsParser. report(String table, String path, com.fasterxml.jackson.databind.JsonNode node, List<ReportMetric> metrics, List<ReportHistogram> histograms, String host, long timestamp, Map<String,String> tags) -
Uses of ReportMetric in com.wavefront.predicates
Methods in com.wavefront.predicates with parameters of type ReportMetric Modifier and Type Method Description static StringUtil. expandPlaceholders(String input, ReportMetric reportMetric)Substitute {{...}} placeholders with corresponding components of the point {{metricName}} {{sourceName}} are replaced with the metric name and source respectively {{anyTagK}} is replaced with the value of the anyTagK point tag -
Uses of ReportMetric in wavefront.report
Methods in wavefront.report that return ReportMetric Modifier and Type Method Description ReportMetricReportMetric.Builder. build()static ReportMetricReportMetric. fromByteBuffer(ByteBuffer b)Deserializes a ReportMetric from a ByteBuffer.Methods in wavefront.report that return types with arguments of type ReportMetric Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<ReportMetric>ReportMetric. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<ReportMetric>ReportMetric. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<ReportMetric>ReportMetric. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type ReportMetric Modifier and Type Method Description static ReportMetric.BuilderReportMetric. newBuilder(ReportMetric other)Creates a new ReportMetric RecordBuilder by copying an existing ReportMetric instance.
-