From 2413a4b5eb00035fb0a24ff535461c21d6f3e220 Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Mon, 20 Mar 2017 11:24:40 -0400 Subject: [PATCH] Remove unnecessary paragraph --- doc/administration/monitoring/prometheus/index.md | 3 --- 1 file changed, 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` -- GitLab