diff options
author | Joshua Lambert <joshua.lambert@gmail.com> | 2018-02-28 16:10:33 -0500 |
---|---|---|
committer | Joshua Lambert <joshua.lambert@gmail.com> | 2018-02-28 16:10:33 -0500 |
commit | 27a838c838853c0acdacc29a9cd264e226e0a304 (patch) | |
tree | 5ee066544c92dacd483f1557b8b8b9b13a31fd87 /doc/user | |
parent | 3b2654885b9d06044bcd4a5bc7678a3f0daf2a36 (diff) | |
download | gitlab-ce-27a838c838853c0acdacc29a9cd264e226e0a304.tar.gz |
Fix doc link43670-improve-gitlab-kubernetes-cpu-metrics
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/integrations/prometheus_library/kubernetes.md | 2 |
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 |