Uses of Class
wavefront.report.ReportHistogram
-
Packages that use ReportHistogram Package Description com.wavefront.data com.wavefront.ingester com.wavefront.metrics com.wavefront.predicates wavefront.report -
-
Uses of ReportHistogram in com.wavefront.data
Methods in com.wavefront.data with parameters of type ReportHistogram Modifier and Type Method Description static voidValidation. validateHistogram(ReportHistogram histogram, ValidationConfiguration config) -
Uses of ReportHistogram in com.wavefront.ingester
Methods in com.wavefront.ingester that return ReportHistogram Modifier and Type Method Description ReportHistogramReportHistogramIngesterFormatter. 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 ReportHistogram Modifier and Type Method Description static AbstractIngesterFormatter.IngesterFormatBuilder<ReportHistogram>ReportHistogramIngesterFormatter. newBuilder()Methods in com.wavefront.ingester with parameters of type ReportHistogram Modifier and Type Method Description StringReportHistogramSerializer. apply(ReportHistogram point)static StringReportHistogramSerializer. histogramToString(ReportHistogram point)Method parameters in com.wavefront.ingester with type arguments of type ReportHistogram Modifier and Type Method Description voidReportHistogramDecoder. decode(String msg, List<ReportHistogram> out)voidReportHistogramDecoder. decode(String msg, List<ReportHistogram> out, String customerId, IngesterContext ctx) -
Uses of ReportHistogram in com.wavefront.metrics
Methods in com.wavefront.metrics that return ReportHistogram Modifier and Type Method Description static ReportHistogramJsonMetricsParser. makeHistogram(String customer, String metric, String host, Map<String,String> annotations, long startMillis, int durationMillis, List<Double> bins, List<Integer> counts) -
Uses of ReportHistogram in com.wavefront.predicates
Methods in com.wavefront.predicates with parameters of type ReportHistogram Modifier and Type Method Description static StringUtil. expandPlaceholders(String input, ReportHistogram reportHistogram)Substitute {{...}} placeholders with corresponding components of the histogram {{metricName}} {{sourceName}} are replaced with the metric name and source respectively {{anyTagK}} is replaced with the value of the anyTagK point tag -
Uses of ReportHistogram in wavefront.report
Methods in wavefront.report that return ReportHistogram Modifier and Type Method Description ReportHistogramReportHistogram.Builder. build()static ReportHistogramReportHistogram. fromByteBuffer(ByteBuffer b)Deserializes a ReportHistogram from a ByteBuffer.Methods in wavefront.report that return types with arguments of type ReportHistogram Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<ReportHistogram>ReportHistogram. 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<ReportHistogram>ReportHistogram. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<ReportHistogram>ReportHistogram. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type ReportHistogram Modifier and Type Method Description static ReportHistogram.BuilderReportHistogram. newBuilder(ReportHistogram other)Creates a new ReportHistogram RecordBuilder by copying an existing ReportHistogram instance.
-