summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua.lambert@gmail.com>2018-02-28 16:10:33 -0500
committerJoshua Lambert <joshua.lambert@gmail.com>2018-02-28 16:10:33 -0500
commit27a838c838853c0acdacc29a9cd264e226e0a304 (patch)
tree5ee066544c92dacd483f1557b8b8b9b13a31fd87
parent3b2654885b9d06044bcd4a5bc7678a3f0daf2a36 (diff)
downloadgitlab-ce-43670-improve-gitlab-kubernetes-cpu-metrics.tar.gz
-rw-r--r--doc/user/project/integrations/prometheus_library/kubernetes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus_library/kubernetes.md b/doc/user/project/integrations/prometheus_library/kubernetes.md
index 492e1dfea5b..8ac753c07bf 100644
--- a/doc/user/project/integrations/prometheus_library/kubernetes.md
+++ b/doc/user/project/integrations/prometheus_library/kubernetes.md
@@ -20,7 +20,7 @@ integration services must be enabled.
Prometheus needs to be deployed into the cluster and configured properly in order to gather Kubernetes metrics. GitLab supports two methods for doing so:
-- GitLab [integrates with Kubernetes](../../project/clusters/index.md), and can [deploy Prometheus into a connected cluster](../prometheus.html#managed-prometheus-on-kubernetes). It is automatically configured to collect Kubernetes metrics.
+- GitLab [integrates with Kubernetes](../../clusters/index.md), and can [deploy Prometheus into a connected cluster](../prometheus.html#managed-prometheus-on-kubernetes). It is automatically configured to collect Kubernetes metrics.
- To configure your own Prometheus server, you can follow the [Prometheus documentation](https://prometheus.io/docs/introduction/overview/).
## Specifying the Environment