From 3b3720fbb507bc41a8936c732d2cd5abc9d0f693 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 6 Aug 2023 14:00:19 +1000 Subject: [PATCH] Fix typo in cloud_watch.md --- docs/cloud_watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud_watch.md b/docs/cloud_watch.md index f626c78d..ac90ffaa 100644 --- a/docs/cloud_watch.md +++ b/docs/cloud_watch.md @@ -1,6 +1,6 @@ # Amazon CloudWatch -imgproxy can send its metrics to AmazonCloudFront. To use this feature, do the following: +imgproxy can send its metrics to Amazon CloudWatch. To use this feature, do the following: 1. Set the `IMGPROXY_CLOUD_WATCH_SERVICE_NAME` environment variable. imgproxy will use the value of this variable as a value for the `ServiceName` dimension. 2. [Set up the necessary credentials](#set-up-credentials) to grant access to CloudWatch.