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 <john.fastabend@gmail.com>
  • Loading branch information
jrfastab authored and kkourt committed Oct 19, 2023
1 parent a2e2b86 commit 33cc578
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/en/docs/concepts/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33cc578

Please sign in to comment.