Uses of Class
io.prometheus.metrics.model.snapshots.StateSetSnapshot.StateSetDataPointSnapshot
Packages that use StateSetSnapshot.StateSetDataPointSnapshot
-
Uses of StateSetSnapshot.StateSetDataPointSnapshot in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return StateSetSnapshot.StateSetDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type StateSetSnapshot.StateSetDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots with parameters of type StateSetSnapshot.StateSetDataPointSnapshotModifier and TypeMethodDescriptionStateSetSnapshot.Builder.dataPoint
(StateSetSnapshot.StateSetDataPointSnapshot dataPoint) Add a data point.Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type StateSetSnapshot.StateSetDataPointSnapshotModifierConstructorDescriptionStateSetSnapshot
(MetricMetadata metadata, Collection<StateSetSnapshot.StateSetDataPointSnapshot> data) To create a newStateSetSnapshot
, you can either call the constructor directly or use the builder withStateSetSnapshot.builder()
.