Uses of Class
io.opentelemetry.sdk.metrics.data.MetricDataType
-
Packages that use MetricDataType Package Description io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics.io.opentelemetry.sdk.metrics.data Classes which form the in-memory representation of the OpenTelemetry metrics data model.io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators.io.opentelemetry.sdk.metrics.internal.data The data format to model metrics for export. -
-
Uses of MetricDataType in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics with type parameters of type MetricDataType Modifier and Type Field Description private static java.util.Map<MetricDataType,StatelessMarshaler<MetricData>>
MetricStatelessMarshaler. METRIC_MARSHALERS
-
Uses of MetricDataType in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return MetricDataType Modifier and Type Method Description MetricDataType
MetricData. getType()
Returns the type of this metric.static MetricDataType
MetricDataType. valueOf(java.lang.String name)
Returns 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 Modifier and Type Method Description MetricDataType
EmptyMetricData. getType()
-
Uses of MetricDataType in io.opentelemetry.sdk.metrics.internal.data
Fields in io.opentelemetry.sdk.metrics.internal.data declared as MetricDataType Modifier and Type Field Description private MetricDataType
AutoValue_ImmutableMetricData. type
Methods in io.opentelemetry.sdk.metrics.internal.data that return MetricDataType Modifier and Type Method Description MetricDataType
AutoValue_ImmutableMetricData. getType()
Methods in io.opentelemetry.sdk.metrics.internal.data with parameters of type MetricDataType Modifier and Type Method Description (package private) static ImmutableMetricData
ImmutableMetricData. create(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, java.lang.String name, java.lang.String description, java.lang.String unit, MetricDataType type, Data<?> data)
Constructors in io.opentelemetry.sdk.metrics.internal.data with parameters of type MetricDataType Constructor Description AutoValue_ImmutableMetricData(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, java.lang.String name, java.lang.String description, java.lang.String unit, MetricDataType type, Data<?> data)
-