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