summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-03-20 11:21:24 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-03-20 11:21:24 -0400
commitfa87ff0e309069611ce564eba838a91f42057512 (patch)
tree0802a74a96bf8f1336650acee4bcce31beefa057 /doc/administration
parent24a3311848d9b7d21f1e0ad3d745689104915b8a (diff)
downloadgitlab-ce-fa87ff0e309069611ce564eba838a91f42057512.tar.gz
Minor tweak
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/monitoring/prometheus/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/index.md b/doc/administration/monitoring/prometheus/index.md
index 558275ba244..95b2bc62c7b 100644
--- a/doc/administration/monitoring/prometheus/index.md
+++ b/doc/administration/monitoring/prometheus/index.md
@@ -96,7 +96,7 @@ Sample Prometheus queries:
> Introduced in GitLab 9.0.
-If your GitLab server is running within Kubernetes, Prometheus will collect metrics from each Node in the cluster including performance data on each container. This is particularly helpful if your CI/CD environments run in the same cluster, as you can use the [Prometheus project integration][] to monitor them.
+If your GitLab server is running within Kubernetes, Prometheus will collect metrics from the Nodes in the cluster including performance data on each container. This is particularly helpful if your CI/CD environments run in the same cluster, as you can use the [Prometheus project integration][] to monitor them.
When enabled, the bundled Prometheus server monitors Kubernetes and automatically
[collects metrics][prometheus-cadvisor-metrics] from each Node in the cluster.