All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Aggregation Aggregationis the process of combining a certain set of recorded measurements for a givenInstrumentinto the equivalentMetricData.AggregationConfiguration An AggregationConfiguration describes how an aggregation should be performed.AggregationConfiguration.Temporality An enumeration which describes the time period over which metrics should be aggregated.Aggregations Aggregator Aggregator represents the interface for all the available aggregations.AggregatorFactory Factory class forAggregator.DoubleLastValueAggregator Aggregator that aggregates recorded values by storing the last recorded value.DoubleMinMaxSumCount DoubleSumAggregator InstrumentSelector Provides means for selecting one ore moreInstruments.InstrumentSelector.Builder Builder forInstrumentSelectorinstances.InstrumentType All instrument types available in the metric package.InstrumentValueType All possible types for the values recorded via the instruments.IntervalMetricReader Wraps a list ofMetricProducers and automatically reads and exports the metrics every export interval.IntervalMetricReader.Builder Builder forIntervalMetricReader.LongLastValueAggregator Aggregator that aggregates recorded values by storing the last recorded value.LongMinMaxSumCount LongSumAggregator MeterProviderFactorySdk MeterProviderprovider implementation forMeterProviderFactory.MeterSdkProvider Meterprovider implementation forMeterProvider.MeterSdkProvider.Builder Builder class for theMeterSdkProvider.MetricData AMetricDatarepresents the data exported as part of aggregating oneInstrument.MetricData.DoublePoint DoublePoint is a single data point in a timeseries that describes the time-varying value of a double metric.MetricData.LongPoint LongPoint is a single data point in a timeseries that describes the time-varying values of a int64 metric.MetricData.Point MetricData.SummaryPoint SummaryPoint is a single data point that summarizes the values in a time series of numeric values.MetricData.Type The kind of metric.MetricData.ValueAtPercentile MetricExporter MetricExporteris the interface that all "push based" metric libraries should use to export metrics to the OpenTelemetry exporters.MetricProducer MetricProduceris the interface that is used to make metric data available to the OpenTelemetry exporters.NoopAggregator