Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Don't mention runtime guest kernel CLI for agent tracing
Browse files Browse the repository at this point in the history
Remove the example showing how to set the trace mode in the runtime's
configuration file. The reason for doing this being that the plan is for
the runtime to control adding such guest kernel command line options as
part of kata-containers/runtime#1369.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Mar 18, 2019
1 parent 58fcce0 commit f64fe3c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions TRACING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Call the gRPC `StartTracing()` API to start tracing and the corresponding `StopT
## Enabling static tracing

Static tracing is enabled by adding the `agent.trace` option in the
`kernel_params=` variable in the runtime's `configuration.toml` file.
guest kernels command line.

### Static tracing options

Expand All @@ -139,13 +139,6 @@ following:
| "isolated" | `agent.trace=isolated` (or just `agent.trace`) |
| "collated" | `agent.trace=collated` |

For example, to enable isolated tracing explicitly, add the following to the
runtime's `configuration.toml` file:

```
kernel_params = "agent.trace=isolated ... "
```

> **Note:**
>
> Agent tracing is separate from the tracing for other Kata Containers
Expand Down

0 comments on commit f64fe3c

Please sign in to comment.