Skip to content

TraceSpan

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/tracing/otlp-exporter.ts

OTLP Tracing Exporter

Generic: SDK TracingExporter → OpenTelemetry → Grafana. Reusable by any agent (doc-automation, support AI, etc.)

Phase 6: Collects spans from the agent runtime and exports them in OpenTelemetry format.

Properties

PropertyType
traceIdstring
spanIdstring
parentSpanIdstring
operationNamestring
serviceNamestring
startTimenumber
endTimenumber
durationnumber
status`'ok'
attributes`Record<string, string
eventsTraceEvent[]

Was this page helpful?

Download as PDF