Uses of Class
io.prometheus.metrics.model.snapshots.InfoSnapshot.InfoDataPointSnapshot
-
Uses of InfoSnapshot.InfoDataPointSnapshot in io.prometheus.metrics.model.snapshots
Modifier and TypeMethodDescriptionInfoSnapshot.Builder.dataPoint
(InfoSnapshot.InfoDataPointSnapshot dataPoint) Add a data point.ModifierConstructorDescriptionInfoSnapshot
(MetricMetadata metadata, Collection<InfoSnapshot.InfoDataPointSnapshot> data) To create a newInfoSnapshot
, you can either call the constructor directly or use the builder withInfoSnapshot.builder()
.