ISpan.setAttributes(attributes: Readonly<Record<string, SpanAttributeValue>>): this
Sets multiple attributes on the span.
attributes: Readonly<Record<string, SpanAttributeValue>>
Key-value map of attributes
ISpan.setAttributes(attributes: Readonly<Record<string, SpanAttributeValue>>): this
Sets multiple attributes on the span.
attributes: Readonly<Record<string, SpanAttributeValue>>
Key-value map of attributes
import { type ISpan } from "common/src/index.ts";