Uses of Class
io.prometheus.metrics.model.snapshots.GaugeSnapshot
Packages that use GaugeSnapshot
Package
Description
-
Uses of GaugeSnapshot in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics that return GaugeSnapshotModifier and TypeMethodDescriptionGauge.collect()protected GaugeSnapshotGauge.collect(List<Labels> labels, List<Gauge.DataPoint> metricData) GaugeWithCallback.collect() -
Uses of GaugeSnapshot in io.prometheus.metrics.expositionformats
Methods in io.prometheus.metrics.expositionformats with parameters of type GaugeSnapshotModifier and TypeMethodDescriptionprivate voidOpenMetrics2TextFormatWriter.writeGauge(Writer writer, GaugeSnapshot snapshot, EscapingScheme scheme) private voidOpenMetricsTextFormatWriter.writeGauge(Writer writer, GaugeSnapshot snapshot, EscapingScheme scheme) private voidPrometheusTextFormatWriter.writeGauge(Writer writer, GaugeSnapshot snapshot, EscapingScheme scheme) -
Uses of GaugeSnapshot in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return GaugeSnapshot