diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-22 21:16:41 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-22 21:16:41 +0000 |
commit | 8a6e415268c60074b8cd9508c106120107ce5731 (patch) | |
tree | 73fc3964bfcefb4244d3e37d4ae5357c3cadd1e7 | |
parent | 52a7112f6673ae73da8aad233b1d63583f221136 (diff) | |
parent | 184ba52f1210eda3f3995567f3a53d05ada24b9d (diff) | |
download | gitlab-ce-8a6e415268c60074b8cd9508c106120107ce5731.tar.gz |
Merge branch 'patch-12' into 'master'
correct the prometheus feature configuration according to https://gitlab.com/git…
See merge request !8703
-rw-r--r-- | doc/administration/monitoring/performance/prometheus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/performance/prometheus.md b/doc/administration/monitoring/performance/prometheus.md index d8ca531649a..51c63325064 100644 --- a/doc/administration/monitoring/performance/prometheus.md +++ b/doc/administration/monitoring/performance/prometheus.md @@ -30,7 +30,7 @@ To enable Prometheus: 1. Find and uncomment the following line, making sure it's set to `true`: ```ruby - node_exporter['enable'] = true + prometheus['enable'] = true ``` 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to |