summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-07-17 00:29:21 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-07-17 00:29:21 -0400
commit9f85578c0a40f16ed4f1842f53a360d7d3ac0751 (patch)
tree59a665b2f43dd63527e391d42e3a46df546f1201 /doc/user
parent00861676a0cac3154153ec1afd7582991628e16e (diff)
downloadgitlab-ce-9f85578c0a40f16ed4f1842f53a360d7d3ac0751.tar.gz
Update admin docs
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/integrations/prometheus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index 86ceb14b965..4ccc13b16ab 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -45,7 +45,7 @@ Prometheus server up and running. You have two options here:
### Configuring Omnibus GitLab Prometheus to monitor Kubernetes
With Omnibus GitLab running inside of Kubernetes, you can leverage the bundled
-version of Prometheus to collect the required metrics.
+version of Prometheus to collect the supported metrics. Once enabled, Prometheus will automatically begin monitoring Kubernetes Nodes and any [annotated Pods](https://prometheus.io/docs/operating/configuration/#<kubernetes_sd_config>).
1. Read how to configure the bundled Prometheus server in the
[Administration guide][gitlab-prometheus-k8s-monitor].