From 48d3471cfeca292a4f4637d5d19c113dfcd5d06c Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 20 May 2020 11:15:23 +0100 Subject: [PATCH] docs: Add trace forwarder doc reference Add a pointer to the trace forwarder README to the top-level README. Signed-off-by: James O. D. Hunt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa4b476670..bf935fa52f 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ inside the virtual machine). This shim is required to be compliant with the expectations of the [OCI runtime specification](https://github.com/opencontainers/runtime-spec). +##### Trace forwarder + +The [`kata-trace-forwarder`](src/trace-forwarder) is a component only used +when tracing the [agent](#agent) process. + #### Additional ##### Hypervisor