summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-04 08:43:34 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-04 08:43:34 +0000
commit6f69d170a04f97112441fa61bfc788441a1c9810 (patch)
tree213f1f58ea0d4c9fe1087f6cf9b959f251b7ed53 /doc
parent260659e17a52e4f7cc71f13804bbd0aafd63732b (diff)
parent4000d0cc3799182113adeda5e15e4252a7bf0bdb (diff)
downloadgitlab-ce-6f69d170a04f97112441fa61bfc788441a1c9810.tar.gz
Merge branch 'patch-71' into 'master'
Fix incorrect link for prometheus AWS CloudWatch exporter See merge request gitlab-org/gitlab-ce!30273
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/integrations/prometheus_library/cloudwatch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/prometheus_library/cloudwatch.md b/doc/user/project/integrations/prometheus_library/cloudwatch.md
index 66f1b587070..01da7e00d74 100644
--- a/doc/user/project/integrations/prometheus_library/cloudwatch.md
+++ b/doc/user/project/integrations/prometheus_library/cloudwatch.md
@@ -18,7 +18,7 @@ The [Prometheus service](../prometheus.md) must be enabled.
## Configuring Prometheus to monitor for Cloudwatch metrics
-To get started with Cloudwatch monitoring, you should install and configure the [Cloudwatch exporter](https://github.com/hnlq715/nginx-vts-exporter) which retrieves and parses the specified Cloudwatch metrics and translates them into a Prometheus monitoring endpoint.
+To get started with Cloudwatch monitoring, you should install and configure the [Cloudwatch exporter](https://github.com/prometheus/cloudwatch_exporter) which retrieves and parses the specified Cloudwatch metrics and translates them into a Prometheus monitoring endpoint.
Right now, the only AWS resource supported is the Elastic Load Balancer, whose Cloudwatch metrics can be found [here](http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.html).