summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-01-29 15:21:27 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-01-29 15:21:27 +0000
commit6010028b97cefcafb4a9165713f931128d058dfa (patch)
tree8507de4aeed231434e81a62b5aa47be8865f1788
parent967770607c69ed302a8c24da9a09b318f174cecd (diff)
parent65419ec2baf6e87a424c1144821f517f783d9f32 (diff)
downloadgitlab-ce-6010028b97cefcafb4a9165713f931128d058dfa.tar.gz
Merge branch 'tnir/prometheus-metrics-docs' into 'master'
Fix typo: Prometheus Metrics See merge request gitlab-org/gitlab-ce!24344
-rw-r--r--doc/user/project/integrations/prometheus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index d6ee678443f..09ca10ef972 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -89,7 +89,7 @@ to integrate with.
Once configured, GitLab will attempt to retrieve performance metrics for any
environment which has had a successful deployment.
-GitLab will automatically scan the Prometheus server for metrics from known serves like Kubernetes and NGINX, and attempt to identify individual environment. The supported metrics and scan process is detailed in our [Prometheus Metric Library documentation](prometheus_library/index.md).
+GitLab will automatically scan the Prometheus server for metrics from known serves like Kubernetes and NGINX, and attempt to identify individual environment. The supported metrics and scan process is detailed in our [Prometheus Metrics Library documentation](prometheus_library/index.md).
You can view the performance dashboard for an environment by [clicking on the monitoring button](../../../ci/environments.md#monitoring-environments).