Uses of Class
io.prometheus.metrics.model.snapshots.CounterSnapshot.CounterDataPointSnapshot
Packages that use CounterSnapshot.CounterDataPointSnapshot
-
Uses of CounterSnapshot.CounterDataPointSnapshot in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return CounterSnapshot.CounterDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type CounterSnapshot.CounterDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots with parameters of type CounterSnapshot.CounterDataPointSnapshotModifier and TypeMethodDescriptionCounterSnapshot.Builder.dataPoint
(CounterSnapshot.CounterDataPointSnapshot dataPoint) Add a data point.Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type CounterSnapshot.CounterDataPointSnapshotModifierConstructorDescriptionCounterSnapshot
(MetricMetadata metadata, Collection<CounterSnapshot.CounterDataPointSnapshot> dataPoints) To create a newCounterSnapshot
, you can either call the constructor directly or use the builder withCounterSnapshot.builder()
.