Meshpocalypse Semantic
    Preparing search index...

    Interface SpanLike

    Any span object that exposes setAttribute(key, value).

    Accepts both the lightweight SpanContext (from tracing.ts) and real OpenTelemetry Span objects from @opentelemetry/api — the shapes are structurally compatible.

    interface SpanLike {
        setAttribute(key: string, value: string | number | boolean): unknown;
    }
    Index

    Methods

    Methods