Enum ExtendedAttributeType

java.lang.Object
java.lang.Enum<ExtendedAttributeType>
io.opentelemetry.api.incubator.common.ExtendedAttributeType
All Implemented Interfaces:
Serializable, Comparable<ExtendedAttributeType>, java.lang.constant.Constable

public enum ExtendedAttributeType extends Enum<ExtendedAttributeType>
An enum that represents all the possible value types for an ExtendedAttributeKey and hence the types of values that are allowed for ExtendedAttributes.

This is a superset of AttributeType,