Commit acca4e78 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-129' into 'master'

Disable gitlab_exporter for Gitaly servers

See merge request gitlab-org/gitlab!32950
parents 3df2b473 0438f0d3
...@@ -199,6 +199,7 @@ authentication](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/configurati ...@@ -199,6 +199,7 @@ authentication](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/configurati
sidekiq['enable'] = false sidekiq['enable'] = false
gitlab_workhorse['enable'] = false gitlab_workhorse['enable'] = false
grafana['enable'] = false grafana['enable'] = false
gitlab_exporter['enable'] = false
# If you run a separate monitoring node you can disable these services # If you run a separate monitoring node you can disable these services
alertmanager['enable'] = false alertmanager['enable'] = false
...@@ -211,7 +212,6 @@ authentication](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/configurati ...@@ -211,7 +212,6 @@ authentication](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/configurati
# prometheus['monitor_kubernetes'] = false # prometheus['monitor_kubernetes'] = false
# If you don't want to run monitoring services uncomment the following (not recommended) # If you don't want to run monitoring services uncomment the following (not recommended)
# gitlab_exporter['enable'] = false
# node_exporter['enable'] = false # node_exporter['enable'] = false
# Prevent database connections during 'gitlab-ctl reconfigure' # Prevent database connections during 'gitlab-ctl reconfigure'
......
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