From ca5fde5196176ec1de397a1944682fc773573119 Mon Sep 17 00:00:00 2001 From: John Fastabend Date: Wed, 18 Oct 2023 16:54:14 -0700 Subject: [PATCH] tetragon: docs, minor updates to metrics concepts Update Metrics section to clarrify PACKAGE is about local installs. I at least was confused. Signed-off-by: John Fastabend --- docs/content/en/docs/concepts/metrics.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/concepts/metrics.md b/docs/content/en/docs/concepts/metrics.md index 34838765b88..305062a5def 100644 --- a/docs/content/en/docs/concepts/metrics.md +++ b/docs/content/en/docs/concepts/metrics.md @@ -42,9 +42,10 @@ To forward the metrics port locally, use `kubectl port forward`: kubectl -n kube-system port-forward service/tetragon 2112:2112 ``` -## Package +## Systemd and Local Packages -By default, metrics are disabled, which can be enabled using `--metrics-server` +By default, metrics are disabled when following systemd installation or +using release images to install locally. The metrics can be enabled using `--metrics-server` flag, by specifying the address. Alternatively, the [examples/configuration/tetragon.yaml](https://github.com/cilium/tetragon/blob/main/examples/configuration/tetragon.yaml)