Commit af098b51 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '334313-document-external-prometheus-config-from-source' into 'master'

Document how to config Prometheus when deploying from source code

See merge request gitlab-org/gitlab!66111
parents 1b4c2032 88132164
......@@ -1004,6 +1004,17 @@ Using Sidekiq directly is still supported until 14.0. So if you're experiencing
1. Restart GitLab.
1. [Create an issue](https://gitlab.com/gitlab-org/gitlab/-/issues/-/new) describing the problem.
### Prometheus server setup
You can configure the Prometheus server in `config/gitlab.yml`:
```yaml
# example
prometheus:
enabled: true
server_address: '10.1.2.3:9090'
```
## Troubleshooting
### "You appear to have cloned an empty repository."
......
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