From 20182da452d497ff7f050eded4b3e58367e6312e Mon Sep 17 00:00:00 2001 From: Peter Fern Date: Sun, 5 Sep 2021 00:22:48 +1000 Subject: [PATCH] fix(docs): Document web.disable-exporter-metrics flag in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b3a56b..c8792a1 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Flags: Address on which to expose metrics and web interface. --web.telemetry-path="/metrics" Path under which to expose metrics. + --web.disable-exporter-metrics + Exclude metrics about the exporter itself (promhttp_*, process_*, go_*). --deadline=8s Maximum duration that a collection should run before returning cached data. Should be set to a value shorter than your scrape timeout duration. The current collection run will continue and update the cache when complete (default: 8s)