Uses of Enum
io.opentelemetry.api.common.AttributeType
Packages that use AttributeType
Package
Description
This package contains code common across the OpenTelemetry APIs, including
Attributes and classes/utilities for interacting with them.Interfaces and implementations that are internal to OpenTelemetry.
-
Uses of AttributeType in io.opentelemetry.api.common
Subclasses with type arguments of type AttributeType in io.opentelemetry.api.commonModifier and TypeClassDescriptionenumAn enum that represents all the possible value types for anAttributeKeyand hence the types of values that are allowed forAttributes.Methods in io.opentelemetry.api.common that return AttributeTypeModifier and TypeMethodDescriptionAttributeKey.getType()Returns the type of attribute for this key.static AttributeTypeReturns the enum constant of this type with the specified name.static AttributeType[]AttributeType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttributeType in io.opentelemetry.api.internal
Methods in io.opentelemetry.api.internal that return AttributeTypeMethods in io.opentelemetry.api.internal with parameters of type AttributeTypeModifier and TypeMethodDescriptionstatic <T> AttributeKey<T> InternalAttributeKeyImpl.create(String key, AttributeType type)