Files
kata-containers/src/trace-forwarder
Julio Montes 60245a83fa agent: update Cargo files authors
Anyone can collaborate in the Kata Containers project, so instead of
adding her/his name and email to the Cargo.toml files, use
`The Kata Containers community` as name and
`kata-dev@lists.katacontainers.io` as email.

fixes #643

Signed-off-by: Julio Montes <julio.montes@intel.com>
2020-08-31 08:47:10 -05:00
..
2020-06-09 09:55:47 +01:00
2020-06-27 20:16:40 -07:00
2020-08-31 08:47:10 -05:00
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