Uses of Class
io.prometheus.metrics.model.snapshots.GaugeSnapshot.GaugeDataPointSnapshot
-
Uses of GaugeSnapshot.GaugeDataPointSnapshot in io.prometheus.metrics.model.snapshots
Modifier and TypeMethodDescriptionGaugeSnapshot.Builder.dataPoint
(GaugeSnapshot.GaugeDataPointSnapshot dataPoint) Add a data point.ModifierConstructorDescriptionGaugeSnapshot
(MetricMetadata metadata, Collection<GaugeSnapshot.GaugeDataPointSnapshot> data) To create a newGaugeSnapshot
, you can either call the constructor directly or use the builder withGaugeSnapshot.builder()
.