Uses of Class
io.prometheus.metrics.model.snapshots.GaugeSnapshot.GaugeDataPointSnapshot
Packages that use GaugeSnapshot.GaugeDataPointSnapshot
-
Uses of GaugeSnapshot.GaugeDataPointSnapshot in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return GaugeSnapshot.GaugeDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type GaugeSnapshot.GaugeDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots with parameters of type GaugeSnapshot.GaugeDataPointSnapshotModifier and TypeMethodDescriptionGaugeSnapshot.Builder.dataPoint(GaugeSnapshot.GaugeDataPointSnapshot dataPoint) Add a data point.Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type GaugeSnapshot.GaugeDataPointSnapshotModifierConstructorDescriptionGaugeSnapshot(MetricMetadata metadata, Collection<GaugeSnapshot.GaugeDataPointSnapshot> data) To create a newGaugeSnapshot, you can either call the constructor directly or use the builder withGaugeSnapshot.builder().