diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-08-14 16:23:32 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-08-14 16:23:32 +0000 |
commit | 69c9c83a487e9380a4fc3c318506d45c1680f0d9 (patch) | |
tree | 14e3ecf75706db92d9876d8bed9efdcac3ab4de6 /doc/ci/environments.md | |
parent | 7963e2bb55fba009fe0e96c9d705a434df4c6483 (diff) | |
download | gitlab-ce-69c9c83a487e9380a4fc3c318506d45c1680f0d9.tar.gz |
Improve Prometheus docs, include nginx ingress
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 6a7f694d705..28b27921f8b 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -607,10 +607,9 @@ exist, you should see something like: - With GitLab 9.2, all deployments to an environment are shown directly on the monitoring dashboard -If you have enabled Prometheus for collecting metrics, you can monitor the performance behavior of your app -through the environments. +If you have enabled [Prometheus for monitoring system and response metrics](https://docs.gitlab.com/ee/user/project/integrations/prometheus.html), you can monitor the performance behavior of your app running in each environment. -Once configured, GitLab will attempt to retrieve performance metrics for any +Once configured, GitLab will attempt to retrieve [supported performance metrics](https://docs.gitlab.com/ee/user/project/integrations/prometheus_library/metrics.html) for any environment which has had a successful deployment. If monitoring data was successfully retrieved, a Monitoring button will appear on the environment's detail page. |