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.
Utilities for working with the OTLP format.
-
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
Fields in io.opentelemetry.api.internal declared as AttributeTypeMethods in io.opentelemetry.api.internal that return AttributeTypeMethods in io.opentelemetry.api.internal with parameters of type AttributeTypeModifier and TypeMethodDescriptionprivate static intInternalAttributeKeyImpl.buildHashCode(AttributeType type, String key) static <T> AttributeKey<T> InternalAttributeKeyImpl.create(String key, AttributeType type) Constructors in io.opentelemetry.api.internal with parameters of type AttributeType -
Uses of AttributeType in io.opentelemetry.exporter.internal.otlp
Classes in io.opentelemetry.exporter.internal.otlp that implement interfaces with type arguments of type AttributeTypeModifier and TypeClassDescription(package private) final classMethods in io.opentelemetry.exporter.internal.otlp with parameters of type AttributeTypeModifier and TypeMethodDescriptionintAttributeArrayAnyValueStatelessMarshaler.getBinarySerializedSize(AttributeType type, List<T> list, MarshalerContext context) voidAttributeArrayAnyValueStatelessMarshaler.writeTo(Serializer output, AttributeType type, List<T> list, MarshalerContext context)