correct the prometheus feature configuration according to https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147
This commit is contained in:
parent
52a7112f66
commit
184ba52f12
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ To enable Prometheus:
|
||||||
1. Find and uncomment the following line, making sure it's set to `true`:
|
1. Find and uncomment the following line, making sure it's set to `true`:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
node_exporter['enable'] = true
|
prometheus['enable'] = true
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
|
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
|
||||||
|
|
Loading…
Reference in a new issue