Skip to content

Documentation / @agentick/kernel / AttributeValue

Type Alias: AttributeValue

AttributeValue = string | number | boolean | string[] | number[] | boolean[] | null

Defined in: kernel/src/telemetry.ts:7

Allowed values for span and metric attributes.

Aligned with OpenTelemetry's AttributeValue so providers that wrap OTel (or other observability backends) can pass values through unchanged.

Released under the ISC License.