From e00a43be5e28ffe4b5647c4c2fe7a2f966928937 Mon Sep 17 00:00:00 2001 From: "Bence.Szikszai" Date: Wed, 29 Nov 2023 13:08:11 +0100 Subject: [PATCH] Update Metric documentation (#558) * Update ROOT.md --- docs/src/metrics/ROOT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/metrics/ROOT.md b/docs/src/metrics/ROOT.md index 41cbbd97..0e1de37d 100644 --- a/docs/src/metrics/ROOT.md +++ b/docs/src/metrics/ROOT.md @@ -1,3 +1,3 @@ # Shell-operator metrics -Shell-operator exports Prometheus metrics to the `/metrics` path. The default port is 9115. +Shell-operator exports its built-in Prometheus metrics to the `/metrics` path. Custom metrics generated by hooks are reported to `/metrics/hooks`. The default port is 9115.