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, includingAttributesand 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 AttributeTypeAttributeKey. getType()Returns the type of attribute for this key.static AttributeTypeAttributeType. 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 AttributeTypeInternalAttributeKeyImpl. typeMethods in io.opentelemetry.api.internal that return AttributeType Modifier and Type Method Description AttributeTypeInternalAttributeKeyImpl. getType()Methods in io.opentelemetry.api.internal with parameters of type AttributeType Modifier and Type Method Description private static intInternalAttributeKeyImpl. 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 intAttributeArrayAnyValueStatelessMarshaler. getBinarySerializedSize(AttributeType type, java.util.List<T> list, MarshalerContext context)voidAttributeArrayAnyValueStatelessMarshaler. writeTo(Serializer output, AttributeType type, java.util.List<T> list, MarshalerContext context)
-