-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Milestone
Description
Scope
Distributed tracing across agent-to-agent communication. One trace ID follows a request across multiple Pilot hops.
Deliverables
- Trace context propagation in Pilot packet headers (W3C Trace Context format)
- Span creation per tunnel hop: source daemon → tunnel → destination daemon
- Span attributes: source address, destination address, port, encryption status, RTT, packet loss
- Metrics export: connection counts, bytes transferred, retransmission rates
- OTLP exporter: send traces/metrics to any OpenTelemetry Collector
- Jaeger/Zipkin compatibility via OTLP
Files
pkg/protocol/packet.go— trace context in packet header (optional extension)pkg/daemon/telemetry.go— span creation, metrics recordingtests/— trace propagation tests
Priority: MEDIUM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels