diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-11-16 12:44:31 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-11-16 12:44:31 +0000 |
commit | 53996b648499d2d5b1beb63dc34b55cf729c12fe (patch) | |
tree | d6e5fc5d6fc9050207d6e545ceb69c61eb4aedab /doc/administration | |
parent | 5b75fcf6f2787c7378bc165bccf4dcdc50e4892f (diff) | |
parent | 7067cbaef9528e9bfc163d9a1c07dbdb229aa93d (diff) | |
download | gitlab-ce-53996b648499d2d5b1beb63dc34b55cf729c12fe.tar.gz |
Merge branch 'patch-28' into 'master'
Fix punctuation error
See merge request gitlab-org/gitlab-ce!22345
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/monitoring/prometheus/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/index.md b/doc/administration/monitoring/prometheus/index.md index 33611c5efc3..2d9fdedcbeb 100644 --- a/doc/administration/monitoring/prometheus/index.md +++ b/doc/administration/monitoring/prometheus/index.md @@ -27,7 +27,7 @@ dashboard tool like [Grafana]. NOTE: **Note:** For installations from source you'll have to install and configure it yourself. -Prometheus and it's exporters are on by default, starting with GitLab 9.0. +Prometheus and its exporters are on by default, starting with GitLab 9.0. Prometheus will run as the `gitlab-prometheus` user and listen on `http://localhost:9090`. By default Prometheus is only accessible from the GitLab server itself. Each exporter will be automatically set up as a |