- get(String) - Method in class io.opentelemetry.sdk.metrics.MeterSdkProvider
-
- get(String, String) - Method in class io.opentelemetry.sdk.metrics.MeterSdkProvider
-
- getAggregator() - Method in interface io.opentelemetry.sdk.metrics.aggregator.AggregatorFactory
-
- getAggregatorFactory(InstrumentValueType) - Method in interface io.opentelemetry.sdk.metrics.view.Aggregation
-
Returns an
AggregationFactory
that can be used to produce the
Aggregator
that needs to be used to aggregate all the
values to produce this
Aggregation
.
- getCount() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.SummaryPoint
-
The number of values that are being summarized.
- getDescription() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
Returns the description of this metric.
- getDescriptorType(InstrumentType, InstrumentValueType) - Method in interface io.opentelemetry.sdk.metrics.view.Aggregation
-
Returns the MetricData.Type
that this Aggregation
will produce.
- getEpochNanos() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.Point
-
Returns the epoch timestamp in nanos when data were collected, usually it represents the
moment when Instrument.getData()
was called.
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.DoubleLastValueAggregator
-
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.DoubleMinMaxSumCount
-
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.DoubleSumAggregator
-
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.LongLastValueAggregator
-
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.LongMinMaxSumCount
-
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.LongSumAggregator
-
- getFactory() - Static method in class io.opentelemetry.sdk.metrics.aggregator.NoopAggregator
-
- getInstrumentationLibraryInfo() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
Returns the instrumentation library specified when creating the Meter
which created the
Instrument
that produces MetricData
.
- getLabels() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.Point
-
Returns the labels associated with this Point
.
- getMetricProducer() - Method in class io.opentelemetry.sdk.metrics.MeterSdkProvider
-
Returns the
MetricProducer
that can be used to retrieve metrics from this
MeterSdkProvider
.
- getName() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
Returns the metric name.
- getPercentile() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.ValueAtPercentile
-
The percentile of a distribution.
- getPercentileValues() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.SummaryPoint
-
Percentile values in the summarization.
- getPoints() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
- getResource() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
Returns the resource of this MetricData
.
- getStartEpochNanos() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.Point
-
Returns the start epoch timestamp in nanos of this Instrument
, usually the time when
the metric was created or an aggregation was enabled.
- getSum() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.SummaryPoint
-
The sum of all the values that are being summarized.
- getType() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
Returns the type of this metric.
- getUnit() - Method in class io.opentelemetry.sdk.metrics.data.MetricData
-
Returns the unit of this metric.
- getUnit(String) - Method in interface io.opentelemetry.sdk.metrics.view.Aggregation
-
Returns the unit that this Aggregation
will produce.
- getValue() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.DoublePoint
-
Returns the value of the data point.
- getValue() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.LongPoint
-
Returns the value of the data point.
- getValue() - Method in class io.opentelemetry.sdk.metrics.data.MetricData.ValueAtPercentile
-
The value at the given percentile of a distribution.