From ae690d6602c6917eb9d79c1e219cb15c880ff5e4 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 7 Apr 2022 10:40:50 -0700 Subject: [PATCH] doc/manual: fixup configuration option name Oops. --- doc/manual/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/configuration.md b/doc/manual/src/configuration.md index 7aca17ef..bac93c33 100644 --- a/doc/manual/src/configuration.md +++ b/doc/manual/src/configuration.md @@ -111,7 +111,7 @@ configurable through the hydra configuration file and a command line argument, as below. A port of `:0` will make the exposer choose a random, available port. ```conf -queue_runner_exporter_address = 127.0.0.1:9198 +queue_runner_metrics_address = 127.0.0.1:9198 ``` ```shell