Class InternalAttributeKeyImpl<T>

java.lang.Object
io.opentelemetry.api.internal.InternalAttributeKeyImpl<T>
All Implemented Interfaces:
AttributeKey<T>

public final class InternalAttributeKeyImpl<T> extends Object implements AttributeKey<T>
Default AttributeKey implementation which preencodes to UTF8 for OTLP export.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.