@ParametersAreNonnullByDefault
Package io.opentelemetry.sdk.metrics.data
The data format to model metrics for export.
-
Interface Summary Interface Description GaugeData<T extends PointData> A gauge metric point.PointData A point in the "Metric stream" data model.SumData<T extends PointData> A sum metric point. -
Class Summary Class Description DoubleGaugeData GaugeDatarecorded usesdoubles.DoubleHistogramData A histogram metric point.DoubleHistogramPointData DoubleHistogramPointData represents an approximate representation of the distribution of measurements.DoublePointData DoublePoint is a single data point in a timeseries that describes the time-varying value of a double metric.DoubleSumData SumDatarecorded usesdoubles.DoubleSummaryData A summary metric point.DoubleSummaryPointData SummaryPoint is a single data point that summarizes the values in a time series of numeric values.LongGaugeData GaugeDatarecorded useslongs.LongPointData LongPoint is a single data point in a timeseries that describes the time-varying values of a int64 metric.LongSumData SumDatarecorded useslongs.MetricData AMetricDatarepresents the data exported as part of aggregating oneInstrument.ValueAtPercentile -
Enum Summary Enum Description AggregationTemporality An enumeration which describes the time period over which metrics should be aggregated.MetricDataType The kind of metric.