Meshpocalypse Semantic
    Preparing search index...

    Interface MeshSpanAttributes

    Typed representation of all supported mesh.* span attributes.

    All fields are optional strings — callers should only provide attributes that are meaningfully available at the call site.

    MESH_ATTR for the corresponding key constants.

    interface MeshSpanAttributes {
        agentId?: string;
        atfLevel?: string;
        auctionWinner?: string;
        capability?: string;
        jobId?: string;
        jobState?: string;
        jobType?: string;
        subject?: string;
        tenantId?: string;
    }
    Index

    Properties

    agentId?: string

    Emitting agent's IRI (e.g. did:mesh:my-agent).

    atfLevel?: string

    ATF trust level of the emitting agent. Valid values: INTERN | JUNIOR | SENIOR | LEAD | SYSTEM.

    auctionWinner?: string

    Winning agent IRI — for auction spans.

    capability?: string

    Capability IRI — for auction and routing spans.

    jobId?: string

    Job UUID — uniquely identifies a unit of work.

    jobState?: string

    Job lifecycle state. Valid values: queued | running | succeeded | failed.

    jobType?: string

    Job type label. Examples: audit, crawl.

    subject?: string

    NATS subject — for transport spans.

    tenantId?: string

    Tenant namespace — identifies the logical tenant boundary.