Skip to content

Commit

Permalink
tetragon: docs, minor updates to metrics concepts
Browse files Browse the repository at this point in the history
Update Metrics section to clarrify PACKAGE is about
local installs. I at least was confused.

Signed-off-by: John Fastabend <[email protected]>
  • Loading branch information
jrfastab authored and mtardy committed Oct 31, 2023
1 parent ae22f19 commit 9aede9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/content/en/docs/concepts/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aede9c

Please sign in to comment.