diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-06 20:16:47 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-06 20:16:47 +0000 |
commit | 21935d85382989e38dd4cc12de55966e0c9b6eba (patch) | |
tree | 8f873147c2ed995d3e1bd1803c1ad988dc96e622 | |
parent | bd3cac6f37f5b9a8a46f278c667ba3517da8eb1c (diff) | |
parent | cf49b53fa366869231e60d3421bac20deaf1e328 (diff) | |
download | gitlab-ce-21935d85382989e38dd4cc12de55966e0c9b6eba.tar.gz |
Merge branch '37532-fix-broken-link-on-kubernetes-monitoring-page-docs' into 'master'
Fix broken link on Kubernetes Monitoring page - docs
Closes #37532
See merge request !14094
-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 eb8cd821ddc..9f0308d8111 100644 --- a/doc/user/project/integrations/prometheus_library/kubernetes.md +++ b/doc/user/project/integrations/prometheus_library/kubernetes.md @@ -23,4 +23,4 @@ Prometheus server up and running. You have two options here: In order to isolate and only display relevant metrics for a given environment however, GitLab needs a method to detect which labels are associated. To do this, GitLab will [look for an `environment` label](metrics.md#identifying-environments). -If you are using [GitLab Auto-Deploy][autodeploy] and one of the two [provided Kubernetes monitoring solutions](../prometheus.md#getting-started-with-prometheus-monitoring), the `environment` label will be automatically added. +If you are using [GitLab Auto-Deploy][../../../ci/autodeploy/index.md] and one of the two [provided Kubernetes monitoring solutions](../prometheus.md#getting-started-with-prometheus-monitoring), the `environment` label will be automatically added. |