grafana/public/app/plugins/datasource/cloudwatch
Joshua Piccari 5fa5d4bdd5 CloudWatch: Avoid exception while accessing results (#17283)
When accessing the `series` property of query results, if a query is
hidden, an exception is thrown. This is caused by lack of checks to
verify that the query result exists before accessing the `series`
property.

Closes #17112
2019-05-29 09:10:09 +02:00
..
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials CloudWatch: Made region visible for AWS Cloudwatch Expressions (#17243) 2019-05-23 12:02:19 +02:00
specs DataSource Plugins: consistent generics order <TQuery,TOptions> (#16936) 2019-05-08 09:37:50 +02:00
config_ctrl.ts re-add hard coded region list 2018-10-17 14:02:02 +09:00
datasource.d.ts tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
datasource.ts CloudWatch: Avoid exception while accessing results (#17283) 2019-05-29 09:10:09 +02:00
module.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
plugin.json DataSourceMeta: add an option to get hidden queries (#17124) 2019-05-21 13:46:19 +02:00
query_ctrl.ts added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
query_parameter_ctrl.ts Fix: Cloudwatch fix for dimension value (#16356) 2019-04-03 09:23:15 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
types.ts CloudWatch: Fix template variable expand bug (#16405) 2019-04-12 14:00:41 +02:00

CloudWatch Data Source - Native Plugin

Grafana ships with built in support for CloudWatch. You just have to add it as a data source and you will be ready to build dashboards for you CloudWatch metrics.

Read more about it here:

http://docs.grafana.org/datasources/cloudwatch/