Merge pull request #1196 from DeterminateSystems/fixup-metrics-addr-option-name

doc/manual: fixup configuration option name
This commit is contained in:
Graham Christensen 2022-04-07 14:29:14 -04:00 committed by GitHub
commit 6d9fac2577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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