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
Methods in io.opentelemetry.api.common that return AttributeTypeModifier and TypeMethodDescriptionAttributeKey.getType()
Returns the type of attribute for this key.static AttributeType
Returns 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 int
InternalAttributeKeyImpl.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
Methods in io.opentelemetry.exporter.internal.otlp with parameters of type AttributeTypeModifier and TypeMethodDescriptionint
AttributeArrayAnyValueStatelessMarshaler.getBinarySerializedSize
(AttributeType type, List<T> list, MarshalerContext context) void
AttributeArrayAnyValueStatelessMarshaler.writeTo
(Serializer output, AttributeType type, List<T> list, MarshalerContext context)