Skip to content

Commit 75daf45

Browse files
author
Kazuyoshi Kato
committed
docs: explicitly mention containerd's Prometheus path
It is under `/v1/metrics`, which should be explicitly called out. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
1 parent ffeea14 commit 75daf45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)