Merge branch '29142-add-prometheus-integration-documentation' into 'master'
Fix config option to disable Prometheus Closes #29142 See merge request !10019
This commit is contained in:
commit
0928d3cd82
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -162,4 +162,4 @@ about it, check the [Prometheus documentation](../administration/monitoring/prom
|
|||
|
||||
We support the current and the previous major release of Firefox, Chrome/Chromium, Safari and Microsoft browsers (Microsoft Edge and Internet Explorer 11).
|
||||
|
||||
Each time a new browser version is released, we begin supporting that version and stop supporting the third most recent version.
|
||||
Each time a new browser version is released, we begin supporting that version and stop supporting the third most recent version.
|
Loading…
Reference in a new issue