grafana/public/app/plugins/datasource/cloudwatch
Hugo Häggmark 845bc7c444
Variables: Adds loading state and indicators (#27917)
* Refactor: Replaces initLock with state machine

* Refactor: removes some states for now

* Refactor: adds loading state in OptionsPicker

* Refactor: major refactor of load state

* Refactor: fixes updating graph in parallell

* Refactor: moves error handling to updateOptions

* Refactor: fixes the last cases

* Tests: disables variable e2e again

* Chore: removes nova config

* Refactor: small changes when going through the code again

* Refactor: fixes typings

* Refactor: changes after PR comments

* Refactor: split up onTimeRangeUpdated and fixed some error handling

* Tests: removes unused func

* Tests: fixes typing
2020-10-02 07:02:06 +02:00
..
components Variables: Adds loading state and indicators (#27917) 2020-10-02 07:02:06 +02:00
dashboards Make sure datasource variable is being used everywhere (#20917) 2019-12-09 11:35:26 +01:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00
specs Variables: Adds loading state and indicators (#27917) 2020-10-02 07:02:06 +02:00
utils Chore: Remove leftover console.log (#27766) 2020-09-24 15:51:38 +01:00
annotations_query_ctrl.ts CloudWatch: Annotation Editor rewrite (#20765) 2020-01-15 16:38:15 +01:00
aws_url.ts Datasource/CloudWatch: Add data links to CloudWatch logs for deep linking to AWS (#24334) 2020-05-08 17:03:15 +01:00
datasource.d.ts tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
datasource.test.ts Datasource/CloudWatch: More robust handling of different query modes (#25691) 2020-07-09 13:11:13 +01:00
datasource.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
language_provider.test.ts CloudWatch/Logs: Fix autocomplete after by keyword (#24644) 2020-05-14 15:52:47 +02:00
language_provider.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
module.tsx CloudWatch: Unify look of query mode select between dashboard and explore (#24648) 2020-05-14 14:12:11 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_parameter_ctrl.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
README.md Fix grammar in cloudwatch plugin page. (#26596) 2020-07-25 11:58:10 +02:00
syntax.ts Datasource/CloudWatch: Fixes various autocomplete issues (#24583) 2020-05-12 16:32:48 +01:00
types.ts Explore: Expand template variables when redirecting from dashboard panel (#27354) 2020-09-09 10:00:43 +01:00
useCloudwatchSyntax.ts Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +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 your CloudWatch metrics.

Read more about it here:

https://grafana.com/docs/grafana/latest/features/datasources/cloudwatch/