summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-08-13 23:59:02 +0000
committerJoshua Lambert <joshua@gitlab.com>2017-08-13 23:59:02 +0000
commitbebc48c09d8d5cc5041dcba13516a3f0c1ac9787 (patch)
tree8b3bda4929ba8d4f07eb79bfe617d0457083e5ca
parentf5f7020b6660bdf861677fa0c6af1d1257616356 (diff)
downloadgitlab-ce-36236-auto-detect-metrics-for-auto-deployed-environments.tar.gz
-rw-r--r--doc/user/project/integrations/prometheus_library/nginx_ingress.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus_library/nginx_ingress.md b/doc/user/project/integrations/prometheus_library/nginx_ingress.md
index 4143c4ff529..84ee8bc45e5 100644
--- a/doc/user/project/integrations/prometheus_library/nginx_ingress.md
+++ b/doc/user/project/integrations/prometheus_library/nginx_ingress.md
@@ -22,4 +22,4 @@ If you have deployed with the [gitlab-omnibus](https://docs.gitlab.com/ee/instal
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 search metrics with appropriate labels. In this case, the `upstream` label must be of the form `<Kubernetes Namespace>-<CI_ENVIRONMENT_SLUG>-*`.
-If you have used [Auto Deploy](https://docs.gitlab.com/ee/ci/autodeploy/index.html) to deploy you app, this format will be used automatically and metrics will be detected with no action on your part.
+If you have used [Auto Deploy](https://docs.gitlab.com/ee/ci/autodeploy/index.html) to deploy your app, this format will be used automatically and metrics will be detected with no action on your part.