Uses of Class
io.prometheus.metrics.model.snapshots.SummarySnapshot.SummaryDataPointSnapshot
Packages that use SummarySnapshot.SummaryDataPointSnapshot
-
Uses of SummarySnapshot.SummaryDataPointSnapshot in io.prometheus.metrics.model.snapshots
Methods in io.prometheus.metrics.model.snapshots that return SummarySnapshot.SummaryDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type SummarySnapshot.SummaryDataPointSnapshotMethods in io.prometheus.metrics.model.snapshots with parameters of type SummarySnapshot.SummaryDataPointSnapshotModifier and TypeMethodDescriptionSummarySnapshot.Builder.dataPoint
(SummarySnapshot.SummaryDataPointSnapshot data) Add a data point.Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type SummarySnapshot.SummaryDataPointSnapshotModifierConstructorDescriptionSummarySnapshot
(MetricMetadata metadata, Collection<SummarySnapshot.SummaryDataPointSnapshot> data) To create a newSummarySnapshot
, you can either call the constructor directly or use the builder withSummarySnapshot.builder()
.