summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpereira2 <rpereira@gitlab.com>2019-08-13 14:19:49 +0530
committerrpereira2 <rpereira@gitlab.com>2019-08-13 14:19:49 +0530
commit9577e4261a744ddb475edf2232b53dc67504e4a9 (patch)
tree84fec2da7cd08a12ae7ace686611d911c39e7139
parentc9511f4815fd7be20ad00ee21870f0ac80c57475 (diff)
downloadgitlab-ce-56883-docs.tar.gz
Remove reference to internal56883-docs
- The self-monitoring project can be connected to any Prometheus instance. Make this more clear in the docs.
-rw-r--r--doc/administration/monitoring/gitlab_instance_administration_project/index.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/administration/monitoring/gitlab_instance_administration_project/index.md b/doc/administration/monitoring/gitlab_instance_administration_project/index.md
index 1e04bf983ed..8e33cea6217 100644
--- a/doc/administration/monitoring/gitlab_instance_administration_project/index.md
+++ b/doc/administration/monitoring/gitlab_instance_administration_project/index.md
@@ -16,14 +16,16 @@ members to the group in order to give them maintainer access to the project.
This project will be used for self-monitoring your GitLab instance.
-## Connection to internal Prometheus
+## Connection to Prometheus
The project will be automatically configured to connect to the
[internal Prometheus](../prometheus/index.md) instance if the Prometheus
instance is present (should be the case if GitLab was installed via Omnibus
and you haven't disabled it).
-If that's not the case, you should [configure it manually](../../../user/project/integrations/prometheus.md#manual-configuration-of-prometheus).
+If that's not the case or if you have an external Prometheus instance or an HA setup,
+you should
+[configure it manually](../../../user/project/integrations/prometheus.md#manual-configuration-of-prometheus).
## Taking action on Prometheus alerts **[ULTIMATE]**