Commit 0928d3cd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '29142-add-prometheus-integration-documentation' into 'master'

Fix config option to disable Prometheus

Closes #29142

See merge request !10019
parents c2d3ea04 0ac69077
......@@ -35,10 +35,10 @@ monitoring target for Prometheus, unless individually disabled.
To disable Prometheus and all of its exporters, as well as any added in the future:
1. Edit `/etc/gitlab/gitlab.rb`
1. Add or find and uncomment the following line, making sure it's set to `true`:
1. Add or find and uncomment the following line, making sure it's set to `false`:
```ruby
prometheus['disable_all'] = true
prometheus_monitoring['enable'] = false
```
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment