Uses of Class
io.prometheus.metrics.model.snapshots.InfoSnapshot.InfoDataPointSnapshot
Packages that use InfoSnapshot.InfoDataPointSnapshot
-
Uses of InfoSnapshot.InfoDataPointSnapshot in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return InfoSnapshot.InfoDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type InfoSnapshot.InfoDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots with parameters of type InfoSnapshot.InfoDataPointSnapshotModifier and TypeMethodDescriptionInfoSnapshot.Builder.dataPoint
(InfoSnapshot.InfoDataPointSnapshot dataPoint) Add a data point.Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type InfoSnapshot.InfoDataPointSnapshotModifierConstructorDescriptionInfoSnapshot
(MetricMetadata metadata, Collection<InfoSnapshot.InfoDataPointSnapshot> data) To create a newInfoSnapshot
, you can either call the constructor directly or use the builder withInfoSnapshot.builder()
.