@ParametersAreNonnullByDefault
Package io.opentelemetry.sdk.metrics.data
The data format to model metrics for export.
-
Interface Summary Interface Description PointData -
Class Summary Class Description DoubleGaugeData DoubleHistogramData 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 DoubleSummaryData DoubleSummaryPointData SummaryPoint is a single data point that summarizes the values in a time series of numeric values.LongGaugeData LongPointData LongPoint is a single data point in a timeseries that describes the time-varying values of a int64 metric.LongSumData 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.