AttributeArray
Array type for span/log attributes that can contain primitive values or null/undefined. Used when attribute values need to be represented as arrays in OpenTelemetry context.
Array<null | undefined | string | number | boolean>Array type for span/log attributes that can contain primitive values or null/undefined. Used when attribute values need to be represented as arrays in OpenTelemetry context.
Array<null | undefined | string | number | boolean>