grafana/pkg/tsdb/cloudwatch
Alexander Berger 4e1e220962 CloudWatch: Fix alerting for queries with Id (using GetMetricData) (#17899)
This commit addresses half of #13749 by making sure GetMetricData 
works for alerting. Math Expressions (compound metrics) will still not 
work for alerting, this would require a bigger refactoring of Grafana's 
alerting service. However, with this commit at least alerting for basic 
metrics with non empty query Id will work.

Fixes half of #13749
2019-08-05 17:28:09 +02:00
..
annotation_query.go fix unconvert issues 2018-04-16 20:04:58 +02:00
cloudwatch_test.go CloudWatch: GetMetricData refactoring & fix label handling (#16383) 2019-04-15 17:55:07 +02:00
cloudwatch.go move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
constants.go set unit for CloudWatch GetMetricStatistics result 2018-10-09 17:02:56 +09:00
credentials_test.go move cloudwatch crendential related code 2017-09-29 13:45:11 +09:00
credentials.go 14722 - removing unnecessary arn check that breaks assume role feature in other AWS partitions 2019-01-06 15:21:58 -05:00
get_metric_data_test.go CloudWatch: Fix alerting for queries with Id (using GetMetricData) (#17899) 2019-08-05 17:28:09 +02:00
get_metric_data.go Metrics: use consistent naming for exported variables (#18134) 2019-07-16 16:58:46 +02:00
get_metric_statistics_test.go CloudWatch: GetMetricData refactoring & fix label handling (#16383) 2019-04-15 17:55:07 +02:00
get_metric_statistics.go CloudWatch: Fix alerting for queries with Id (using GetMetricData) (#17899) 2019-08-05 17:28:09 +02:00
metric_find_query_test.go tech: replace bmizerany/assert with stretchr/testify (#16625) 2019-04-17 10:25:58 +02:00
metric_find_query.go Metrics: use consistent naming for exported variables (#18134) 2019-07-16 16:58:46 +02:00
types.go support GetMetricData 2018-07-09 13:11:50 +09:00