forked from TrueCloudLab/distribution
Properly indent prometheus docs
Incorrect section indentation of the prometheus docs confuses some folks. This commit fixes that by indenting the prometheus section under the debug configuration section. Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
735c161b53
commit
504a3bafc5
1 changed files with 7 additions and 1 deletions
|
@ -828,7 +828,13 @@ the `HOST:PORT` on which the debug server should accept connections.
|
||||||
If the registry is configured as a pull-through cache, the `debug` server can be used
|
If the registry is configured as a pull-through cache, the `debug` server can be used
|
||||||
to access proxy statistics. These statistics are exposed at `/debug/vars` in JSON format.
|
to access proxy statistics. These statistics are exposed at `/debug/vars` in JSON format.
|
||||||
|
|
||||||
## `prometheus`
|
#### `prometheus`
|
||||||
|
|
||||||
|
```none
|
||||||
|
prometheus:
|
||||||
|
enabled: true
|
||||||
|
path: /metrics
|
||||||
|
```
|
||||||
|
|
||||||
The `prometheus` option defines whether the prometheus metrics are enabled, as well
|
The `prometheus` option defines whether the prometheus metrics are enabled, as well
|
||||||
as the path to access the metrics.
|
as the path to access the metrics.
|
||||||
|
|
Loading…
Reference in a new issue