Adjust docs for [ADDRESS] in metrics plugin (#2555)
The [ADDRESS] field in the metrics plugin is not explained in a manner that makes it immediately obvious, that what we are talking about here is a listening address.
This commit is contained in:
parent
4b402e000d
commit
008f9eb8b9
1 changed files with 3 additions and 3 deletions
|
@ -47,12 +47,12 @@ prometheus [ADDRESS]
|
||||||
|
|
||||||
For each zone that you want to see metrics for.
|
For each zone that you want to see metrics for.
|
||||||
|
|
||||||
It optionally takes an address to which the metrics are exported; the default
|
It optionally takes a bind address to which the metrics are exported; the default
|
||||||
is `localhost:9153`. The metrics path is fixed to `/metrics`.
|
listens on `localhost:9153`. The metrics path is fixed to `/metrics`.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Use an alternative address:
|
Use an alternative listening address:
|
||||||
|
|
||||||
~~~ corefile
|
~~~ corefile
|
||||||
. {
|
. {
|
||||||
|
|
Loading…
Add table
Reference in a new issue