Anaconda OpenTelemetry for Typescript
    Preparing search index...

    Type Alias AttrValueType

    AttrValueType:
        | string
        | number
        | boolean
        | (null | undefined | string)[]
        | (null | undefined | number)[]
        | (null | undefined | boolean)[]

    Represents the types a Attribute value may be.