diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-12 04:23:01 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-12 04:23:01 +0000 |
commit | 60dfca155c205a0fad1cac367f7225100cb555eb (patch) | |
tree | b5b79fe61c48973e55e003a477cf8d4f2f9c4e80 /doc/ci/environments.md | |
parent | c3fddfc1285cad9a04a70405aede2f0952140115 (diff) | |
download | gitlab-ce-60dfca155c205a0fad1cac367f7225100cb555eb.tar.gz |
Add more rules to markdown lint check
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 61559e69182..9e1a62bae71 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -591,15 +591,13 @@ exist, you should see something like: ### Monitoring environments -> **Notes:** -> -> - For the monitoring dashboard to appear, you need to: -> - Enable the [Prometheus integration](../user/project/integrations/prometheus.md). -> - Configure Prometheus to collect at least one [supported metric](../user/project/integrations/prometheus_library/index.md). -> - With GitLab 9.2, all deployments to an environment are shown directly on the monitoring dashboard. - If you have enabled [Prometheus for monitoring system and response metrics](../user/project/integrations/prometheus.md), -you can monitor the behavior of your app running in each environment. +you can monitor the behavior of your app running in each environment. For the monitoring +dashboard to appear, you need to Configure Prometheus to collect at least one +[supported metric](../user/project/integrations/prometheus_library/index.md). + +NOTE: **Note:** +Since GitLab 9.2, all deployments to an environment are shown directly on the monitoring dashboard. Once configured, GitLab will attempt to retrieve [supported performance metrics](../user/project/integrations/prometheus_library/index.md) for any environment that has had a successful deployment. If monitoring data was |