diff options
author | Maxim Efimov <efimovms@gmail.com> | 2019-07-02 16:12:55 +0000 |
---|---|---|
committer | Maxim Efimov <efimovms@gmail.com> | 2019-07-02 16:12:55 +0000 |
commit | 4000d0cc3799182113adeda5e15e4252a7bf0bdb (patch) | |
tree | e453bd96fb9cf2280d2e06b3a5d273dd21a118e5 | |
parent | ca28f7f1e23f52060a77872b435ca04a48620cb1 (diff) | |
download | gitlab-ce-4000d0cc3799182113adeda5e15e4252a7bf0bdb.tar.gz |
Fix incorrect link for prometheus AWS CloudWatch exporter
-rw-r--r-- | doc/user/project/integrations/prometheus_library/cloudwatch.md | 2 |
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). |