Uses of Class
io.prometheus.metrics.model.snapshots.HistogramSnapshot.HistogramDataPointSnapshot
Packages that use HistogramSnapshot.HistogramDataPointSnapshot
Package
Description
-
Uses of HistogramSnapshot.HistogramDataPointSnapshot in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics that return HistogramSnapshot.HistogramDataPointSnapshotModifier and TypeMethodDescription -
Uses of HistogramSnapshot.HistogramDataPointSnapshot in io.prometheus.metrics.expositionformats
Methods in io.prometheus.metrics.expositionformats with parameters of type HistogramSnapshot.HistogramDataPointSnapshotModifier and TypeMethodDescriptionprivate ClassicHistogramBucketsOpenMetrics2TextFormatWriter.getClassicBuckets(HistogramSnapshot.HistogramDataPointSnapshot data) private ClassicHistogramBucketsOpenMetricsTextFormatWriter.getClassicBuckets(HistogramSnapshot.HistogramDataPointSnapshot data) private ClassicHistogramBucketsPrometheusTextFormatWriter.getClassicBuckets(HistogramSnapshot.HistogramDataPointSnapshot data) Method parameters in io.prometheus.metrics.expositionformats with type arguments of type HistogramSnapshot.HistogramDataPointSnapshotModifier and TypeMethodDescriptionprivate voidOpenMetrics2TextFormatWriter.writeClassicHistogramBuckets(Writer writer, MetricMetadata metadata, String countSuffix, String sumSuffix, List<HistogramSnapshot.HistogramDataPointSnapshot> dataList, EscapingScheme scheme) private voidOpenMetricsTextFormatWriter.writeClassicHistogramBuckets(Writer writer, MetricMetadata metadata, String countSuffix, String sumSuffix, List<HistogramSnapshot.HistogramDataPointSnapshot> dataList, EscapingScheme scheme) -
Uses of HistogramSnapshot.HistogramDataPointSnapshot in io.prometheus.metrics.model.snapshots
Fields in io.prometheus.metrics.model.snapshots with type parameters of type HistogramSnapshot.HistogramDataPointSnapshotModifier and TypeFieldDescriptionprivate final List<HistogramSnapshot.HistogramDataPointSnapshot>HistogramSnapshot.Builder.dataPointsMethods in io.prometheus.metrics.model.snapshots that return HistogramSnapshot.HistogramDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type HistogramSnapshot.HistogramDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots with parameters of type HistogramSnapshot.HistogramDataPointSnapshotModifier and TypeMethodDescriptionHistogramSnapshot.Builder.dataPoint(HistogramSnapshot.HistogramDataPointSnapshot dataPoint) Add a data point.Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type HistogramSnapshot.HistogramDataPointSnapshotModifierConstructorDescriptionHistogramSnapshot(boolean isGaugeHistogram, MetricMetadata metadata, Collection<HistogramSnapshot.HistogramDataPointSnapshot> data) Use this with the first parametertrueto create a snapshot of a Gauge Histogram.privateHistogramSnapshot(boolean isGaugeHistogram, MetricMetadata metadata, Collection<HistogramSnapshot.HistogramDataPointSnapshot> data, boolean internal) HistogramSnapshot(MetricMetadata metadata, Collection<HistogramSnapshot.HistogramDataPointSnapshot> data) To create a newHistogramSnapshot, you can either call the constructor directly or use the builder withHistogramSnapshot.builder().