Uses of Class
io.prometheus.metrics.model.snapshots.SummarySnapshot.SummaryDataPointSnapshot
-
Uses of SummarySnapshot.SummaryDataPointSnapshot in io.prometheus.metrics.model.snapshots
Modifier and TypeMethodDescriptionSummarySnapshot.Builder.dataPoint
(SummarySnapshot.SummaryDataPointSnapshot data) Add a data point.ModifierConstructorDescriptionSummarySnapshot
(MetricMetadata metadata, Collection<SummarySnapshot.SummaryDataPointSnapshot> data) To create a newSummarySnapshot
, you can either call the constructor directly or use the builder withSummarySnapshot.builder()
.