Uses of Class
io.prometheus.metrics.model.snapshots.StateSetSnapshot.StateSetDataPointSnapshot
-
Uses of StateSetSnapshot.StateSetDataPointSnapshot in io.prometheus.metrics.model.snapshots
Modifier and TypeMethodDescriptionStateSetSnapshot.Builder.dataPoint
(StateSetSnapshot.StateSetDataPointSnapshot dataPoint) Add a data point.ModifierConstructorDescriptionStateSetSnapshot
(MetricMetadata metadata, Collection<StateSetSnapshot.StateSetDataPointSnapshot> data) To create a newStateSetSnapshot
, you can either call the constructor directly or use the builder withStateSetSnapshot.builder()
.