Skip to content

agent-event-service / Exports / IEventContext

Interface: IEventContext

Event context that accompanies an emitted event. This is the single source of truth for deterministic linking in subscribers.

Table of contents

Properties

Properties

ownerType

ownerType: string

Defined in

interfaces.ts:48


ownerId

ownerId: string

Defined in

interfaces.ts:49


ownerPath

ownerPath: IOwnerPathSegment[]

Defined in

interfaces.ts:50


depth

Optional depth: number

Depth of the current execution in the hierarchy (0 = root)

Defined in

interfaces.ts:53


spanId

Optional spanId: string

Unique span identifier for distributed tracing correlation

Defined in

interfaces.ts:56


metadata

Optional metadata: TEventLoggerData

Optional structured metadata for debugging/observability

Defined in

interfaces.ts:59

Released under the MIT License.