Uses of Class
io.prometheus.metrics.model.snapshots.DataPointSnapshot
Packages that use DataPointSnapshot
Package
Description
-
Uses of DataPointSnapshot in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics with type parameters of type DataPointSnapshot -
Uses of DataPointSnapshot in io.prometheus.metrics.expositionformats
Methods in io.prometheus.metrics.expositionformats with parameters of type DataPointSnapshotModifier and TypeMethodDescriptionprivate voidOpenMetrics2TextFormatWriter.writeCreated(Writer writer, MetricMetadata metadata, DataPointSnapshot data, EscapingScheme scheme) private voidOpenMetricsTextFormatWriter.writeCreated(Writer writer, MetricMetadata metadata, DataPointSnapshot data, EscapingScheme scheme) private voidOpenMetrics2TextFormatWriter.writeScrapeTimestampAndExemplar(Writer writer, DataPointSnapshot data, Exemplar exemplar, EscapingScheme scheme) private voidOpenMetricsTextFormatWriter.writeScrapeTimestampAndExemplar(Writer writer, DataPointSnapshot data, Exemplar exemplar, EscapingScheme scheme) private voidPrometheusTextFormatWriter.writeScrapeTimestampAndNewline(Writer writer, DataPointSnapshot data) -
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 with type parameters of type DataPointSnapshotModifier and TypeMethodDescriptionprivate static <T extends DataPointSnapshot>
voidMetricSnapshot.validateLabels(List<T> dataPoints, MetricMetadata metadata) Methods in io.prometheus.metrics.model.snapshots that return DataPointSnapshotModifier and TypeMethodDescription(package private) DataPointSnapshotCounterSnapshot.CounterDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) abstract DataPointSnapshotDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) DataPointSnapshotGaugeSnapshot.GaugeDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) DataPointSnapshotHistogramSnapshot.HistogramDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) DataPointSnapshotInfoSnapshot.InfoDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) DataPointSnapshotStateSetSnapshot.StateSetDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) DataPointSnapshotSummarySnapshot.SummaryDataPointSnapshot.escape(EscapingScheme escapingScheme) (package private) DataPointSnapshotUnknownSnapshot.UnknownDataPointSnapshot.escape(EscapingScheme escapingScheme) Methods in io.prometheus.metrics.model.snapshots that return types with arguments of type DataPointSnapshotModifier and TypeMethodDescriptionabstract List<? extends DataPointSnapshot> MetricSnapshot.getDataPoints()Methods in io.prometheus.metrics.model.snapshots with parameters of type DataPointSnapshotModifier and TypeMethodDescription(package private) static booleanSnapshotEscaper.snapshotNeedsEscaping(DataPointSnapshot d, EscapingScheme scheme) Method parameters in io.prometheus.metrics.model.snapshots with type arguments of type DataPointSnapshotModifier and TypeMethodDescription(package private) MetricSnapshotCounterSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) MetricSnapshotGaugeSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) MetricSnapshotHistogramSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) MetricSnapshotInfoSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) abstract MetricSnapshotMetricSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) MetricSnapshotStateSetSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) MetricSnapshotSummarySnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) (package private) MetricSnapshotUnknownSnapshot.escape(EscapingScheme escapingScheme, List<? extends DataPointSnapshot> dataPointSnapshots) Constructor parameters in io.prometheus.metrics.model.snapshots with type arguments of type DataPointSnapshotModifierConstructorDescriptionprotectedMetricSnapshot(MetricMetadata metadata, Collection<? extends DataPointSnapshot> dataPoints, boolean internal)