Uses of Class
io.prometheus.metrics.model.snapshots.GaugeSnapshot.GaugeDataPointSnapshot
Packages that use GaugeSnapshot.GaugeDataPointSnapshot
-
Uses of GaugeSnapshot.GaugeDataPointSnapshot in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics that return GaugeSnapshot.GaugeDataPointSnapshotModifier and TypeMethodDescription -
Uses of GaugeSnapshot.GaugeDataPointSnapshot in io.prometheus.metrics.model.snapshots
Fields in io.prometheus.metrics.model.snapshots with type parameters of type GaugeSnapshot.GaugeDataPointSnapshotModifier and TypeFieldDescriptionprivate final List<GaugeSnapshot.GaugeDataPointSnapshot> GaugeSnapshot.Builder.dataPointsMethods 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().privateGaugeSnapshot(MetricMetadata metadata, Collection<GaugeSnapshot.GaugeDataPointSnapshot> data, boolean internal)