1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-07 16:07:37 +00:00
kata-containers/src/trace-forwarder
Peng Tao 7a44025464 Makefile: add trace-forwarder/agent-ctl missing targets
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2020-06-28 20:36:33 -07:00
..
src src: Add trace forwarder component 2020-06-09 09:55:47 +01:00
Cargo.lock trace-forwarder: add Cargo.lock 2020-06-27 20:16:40 -07:00
Cargo.toml trace-forwarder: add Cargo.lock 2020-06-27 20:16:40 -07:00
Makefile Makefile: add trace-forwarder/agent-ctl missing targets 2020-06-28 20:36:33 -07:00
README.md src: Add trace forwarder component 2020-06-09 09:55:47 +01:00

Trace Forwarder

Overview

The Kata Containers trace forwarder, kata-trace-forwarder, is a component running on the host system which is used to support tracing the agent process which runs inside the virtual machine.

The trace forwarder, which must be started before the agent, listens over VSOCK for trace data sent by the agent running inside the virtual machine. The trace spans are exported to an OpenTelemetry collector (such as Jaeger) running by default on the host.

Full details

Run:

$ cargo run -- --help