Skip to content

Commit add4be6

Browse files
authored
Merge pull request #5554 from kzys/prometheus-doc
docs: explicitly mention containerd's Prometheus path
2 parents 954ef2b + 75daf45 commit add4be6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ There are a few settings that are important for ops.
8282
The first setting is the `oom_score`. Because containerd will be managing multiple containers, we need to ensure that containers are killed before the containerd daemon gets into an out of memory condition.
8383
We also do not want to make containerd unkillable, but we want to lower its score to the level of other system daemons.
8484

85-
containerd also exports its own metrics as well as container level metrics via the prometheus metrics format.
86-
Currently, prometheus only supports TCP endpoints, therefore, the metrics address should be a TCP address that your prometheus infrastructure can scrape metrics from.
85+
containerd also exports its own metrics as well as container level metrics via the Prometheus metrics format under `/v1/metrics`.
86+
Currently, Prometheus only supports TCP endpoints, therefore, the metrics address should be a TCP address that your Prometheus infrastructure can scrape metrics from.
8787

8888
containerd also has two different storage locations on a host system.
8989
One is for persistent data and the other is for runtime state.

0 commit comments

Comments
 (0)