Uses of Enum
io.opentelemetry.sdk.metrics.data.MetricDataType
Packages that use MetricDataType
Package
Description
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
Metric aggregators.
-
Uses of MetricDataType in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return MetricDataTypeModifier and TypeMethodDescriptionMetricData.getType()Returns the type of this metric.static MetricDataTypeReturns the enum constant of this type with the specified name.static MetricDataType[]MetricDataType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MetricDataType in io.opentelemetry.sdk.metrics.internal.aggregator
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return MetricDataType