From 9aede9c2d11205bae500e7bf9b1200084ddba68b 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/en/docs/concepts/metrics.md b/docs/content/en/docs/concepts/metrics.md index 305062a5def..cc6013d5842 100644 --- a/docs/content/en/docs/concepts/metrics.md +++ b/docs/content/en/docs/concepts/metrics.md @@ -42,11 +42,10 @@ To forward the metrics port locally, use `kubectl port forward`: kubectl -n kube-system port-forward service/tetragon 2112:2112 ``` -## Systemd and Local Packages +## Local Package Install -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. +By default, metrics are disabled when using release packages to install locally. The +metrics can be enabled using `--metrics-server` flag to specify the address. Alternatively, the [examples/configuration/tetragon.yaml](https://github.com/cilium/tetragon/blob/main/examples/configuration/tetragon.yaml) file contains example entries showing the defaults for the address of