diff options
Diffstat (limited to 'doc/administration')
-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 |