Uses of Class
io.opentelemetry.api.common.AttributeType
-
Packages that use AttributeType Package Description io.opentelemetry.api.common This package contains code common across the OpenTelemetry APIs, includingAttributes
and classes/utilities for interacting with them.io.opentelemetry.api.internal Interfaces and implementations that are internal to OpenTelemetry.io.opentelemetry.exporter.internal.otlp Utilities for working with the OTLP format. -
-
Uses of AttributeType in io.opentelemetry.api.common
Methods in io.opentelemetry.api.common that return AttributeType Modifier and Type Method Description AttributeType
AttributeKey. getType()
Returns the type of attribute for this key.static AttributeType
AttributeType. valueOf(java.lang.String name)
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 AttributeType Modifier and Type Field Description private AttributeType
InternalAttributeKeyImpl. type
Methods in io.opentelemetry.api.internal that return AttributeType Modifier and Type Method Description AttributeType
InternalAttributeKeyImpl. getType()
Methods in io.opentelemetry.api.internal with parameters of type AttributeType Modifier and Type Method Description private static int
InternalAttributeKeyImpl. buildHashCode(AttributeType type, java.lang.String key)
static <T> AttributeKey<T>
InternalAttributeKeyImpl. create(java.lang.String key, AttributeType type)
Constructors in io.opentelemetry.api.internal with parameters of type AttributeType Constructor Description InternalAttributeKeyImpl(AttributeType type, java.lang.String key)
-
Uses of AttributeType in io.opentelemetry.exporter.internal.otlp
Methods in io.opentelemetry.exporter.internal.otlp with parameters of type AttributeType Modifier and Type Method Description int
AttributeArrayAnyValueStatelessMarshaler. getBinarySerializedSize(AttributeType type, java.util.List<T> list, MarshalerContext context)
void
AttributeArrayAnyValueStatelessMarshaler. writeTo(Serializer output, AttributeType type, java.util.List<T> list, MarshalerContext context)
-