Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-04 18:15:35 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-04 18:15:35 +0300
commita1ce521c995cc7943583e6c42e13666e1edd93ac (patch)
tree5f26e397c80653e4eb597cd6ea90402104732bc8 /doc
parent03c587b67e3b6f490da1c0e17008b1ed2a3d3fb9 (diff)
parent6386b412342a64ee34f81695231a0014c84cc2f5 (diff)
Merge branch 'docs-46056-documentation-wrong-link-for-prometheus-configuration' into 'master'
AutoDevOps Docs fix invalid external link Closes #46056 See merge request gitlab-org/gitlab-ce!18748
Diffstat (limited to 'doc')
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 882ddf4d2c5..5254e6e3d9a 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -389,7 +389,7 @@ If you have installed GitLab using a different method, you need to:
1. [Deploy Prometheus](../../user/project/integrations/prometheus.md#configuring-your-own-prometheus-server-within-kubernetes) into your Kubernetes cluster
1. If you would like response metrics, ensure you are running at least version
0.9.0 of NGINX Ingress and
- [enable Prometheus metrics](https://github.com/kubernetes/ingress/blob/master/examples/customization/custom-vts-metrics/nginx/nginx-vts-metrics-conf.yaml).
+ [enable Prometheus metrics](https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/customization/custom-vts-metrics-prometheus/nginx-vts-metrics-conf.yaml).
1. Finally, [annotate](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)
the NGINX Ingress deployment to be scraped by Prometheus using
`prometheus.io/scrape: "true"` and `prometheus.io/port: "10254"`.