diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-03-20 11:24:40 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-03-20 11:24:40 -0400 |
commit | 2413a4b5eb00035fb0a24ff535461c21d6f3e220 (patch) | |
tree | 4141e2f8e0775bc6c5fdd72c18307b2b13c7e3b6 /doc/administration | |
parent | fa87ff0e309069611ce564eba838a91f42057512 (diff) | |
download | gitlab-ce-2413a4b5eb00035fb0a24ff535461c21d6f3e220.tar.gz |
Remove unnecessary paragraph
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/monitoring/prometheus/index.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/administration/monitoring/prometheus/index.md b/doc/administration/monitoring/prometheus/index.md index 95b2bc62c7b..b2445d1c0e5 100644 --- a/doc/administration/monitoring/prometheus/index.md +++ b/doc/administration/monitoring/prometheus/index.md @@ -98,9 +98,6 @@ Sample Prometheus queries: 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. - To disable the monitoring of Kubernetes: 1. Edit `/etc/gitlab/gitlab.rb` |