Class AttributesMap

java.lang.Object
java.util.AbstractMap<AttributeKey<?>, Object>
java.util.HashMap<AttributeKey<?>, Object>
io.opentelemetry.sdk.internal.AttributesMap
All Implemented Interfaces:
Attributes, Serializable, Cloneable, Map<AttributeKey<?>, Object>

public final class AttributesMap extends HashMap<AttributeKey<?>, Object> implements Attributes
A map with a fixed capacity that drops attributes when the map gets full, and which truncates string and array string attribute values to the lengthLimit.

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

See Also: