From a7d7f0d9f8cfa7f2e29d9d2fff2387554eae0edf Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Thu, 26 Oct 2017 12:32:37 +0200 Subject: [PATCH] docs: update alerting with new data sources --- docs/sources/alerting/rules.md | 3 +-- docs/sources/features/datasources/cloudwatch.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/sources/alerting/rules.md b/docs/sources/alerting/rules.md index ead457066e3..bd5b95da856 100644 --- a/docs/sources/alerting/rules.md +++ b/docs/sources/alerting/rules.md @@ -27,8 +27,7 @@ and the conditions that need to be met for the alert to change state and trigger ## Execution The alert rules are evaluated in the Grafana backend in a scheduler and query execution engine that is part -of core Grafana. Only some data sources are supported right now. They include `Graphite`, `Prometheus`, -`InfluxDB` and `OpenTSDB`. +of core Grafana. Only some data sources are supported right now. They include `Graphite`, `Prometheus`, `InfluxDB`, `OpenTSDB`, `MySQL`, `Postgres` and `Cloudwatch`. ### Clustering diff --git a/docs/sources/features/datasources/cloudwatch.md b/docs/sources/features/datasources/cloudwatch.md index 1d98b2d16d1..bdf661dc4fc 100644 --- a/docs/sources/features/datasources/cloudwatch.md +++ b/docs/sources/features/datasources/cloudwatch.md @@ -169,5 +169,3 @@ Amazon provides 1 million CloudWatch API requests each month at no additional ch 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. - -