-
Notifications
You must be signed in to change notification settings - Fork 2
Structure debug dumps as OpenTelemetry-compatible traces #1343
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestresearchResearch-driven improvementResearch-driven improvement
Description
Research
Step-level tracing (each agent loop iteration gets a trace span with input/output/tool-calls/latency) provides much better observability than flat file dumps. Zeph already has the otel feature flag for OTLP export.
Proposal
Extend debug dumps to emit structured trace data compatible with OpenTelemetry span format. Each agent loop iteration, tool call, and LLM request becomes a span with parent-child relationships. Can be viewed in Jaeger/Grafana when otel is enabled, or saved as JSON traces when not.
Sources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestresearchResearch-driven improvementResearch-driven improvement