Type Alias: AttributeValue

type AttributeValue = string | number | boolean | string[] | number[] | boolean[];

Defined in: tracing/types.ts:28

Attribute value types (compatible with OpenTelemetry)