From 527550f372d60d1dabc82dba43703ca739247142 Mon Sep 17 00:00:00 2001 From: Jack Yeh Date: Tue, 19 Jan 2021 23:43:37 -0800 Subject: [PATCH] Update metrics.md (#5930) --- docs/nodes/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/metrics.md b/docs/nodes/metrics.md index b817a7db1..baaa9a812 100644 --- a/docs/nodes/metrics.md +++ b/docs/nodes/metrics.md @@ -9,7 +9,7 @@ be consumed by Prometheus collector(s). This functionality is disabled by default. -To enable the Prometheus metrics, set `instrumentation.prometheus=true` if your +To enable the Prometheus metrics, set `instrumentation.prometheus=true` in your config file. Metrics will be served under `/metrics` on 26660 port by default. Listen address can be changed in the config file (see `instrumentation.prometheus\_listen\_addr`).