Uses of Class
io.prometheus.metrics.model.snapshots.DataPointSnapshot
Packages that use DataPointSnapshot
-
Uses of DataPointSnapshot in io.prometheus.metrics.model.snapshots
Subclasses of DataPointSnapshot in io.prometheus.metrics.model.snapshotsModifier and TypeClassDescriptionstatic classclassCommon base class for histogram and summary data.static final classstatic final classstatic classstatic classstatic final classstatic final classFields in io.prometheus.metrics.model.snapshots with type parameters of type DataPointSnapshotModifier and TypeFieldDescriptionprotected final List<? extends DataPointSnapshot>MetricSnapshot.dataPointsMethods in io.prometheus.metrics.model.snapshots that return types with arguments of type DataPointSnapshotModifier and TypeMethodDescriptionabstract List<? extends DataPointSnapshot>MetricSnapshot.getDataPoints()Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type DataPointSnapshotModifierConstructorDescriptionprotectedMetricSnapshot(MetricMetadata metadata, Collection<? extends DataPointSnapshot> dataPoints)