From ef9500a8f08544a3775451e681dc55e73335ffa7 Mon Sep 17 00:00:00 2001 From: hailthemelody Date: Sun, 12 Jun 2016 11:37:07 -0400 Subject: [PATCH] update pricing to include 1 million free API requests per month --- docs/sources/datasources/cloudwatch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/datasources/cloudwatch.md b/docs/sources/datasources/cloudwatch.md index a3b6a3ba61f..92f4367d9ae 100644 --- a/docs/sources/datasources/cloudwatch.md +++ b/docs/sources/datasources/cloudwatch.md @@ -97,8 +97,8 @@ Example `ec2_instance_attribute()` query ## Cost -It's worth to mention that Amazon will charge you for CloudWatch API usage. CloudWatch costs -$0.01 per 1,000 GetMetricStatistics or ListMetrics requests. For each query Grafana will +Amazon provides 1 million CloudWatch API requests each month at no additional charge. Past this, +it costs $0.01 per 1,000 GetMetricStatistics or ListMetrics requests. For each query Grafana will issue a GetMetricStatistics request and every time you pick a dimension in the query editor Grafana will issue a ListMetrics request.