grafana/public/app/plugins/datasource/cloudwatch
Erik Sundell a5c570a5f6
Cloudwatch: Refactor metrics query editor (#48537)
* refactor metrics query editor to return a function component

* add tests for metrics query editor

* add simple render tests for panel query editor

* remove obsolete test

* pr feedback
2022-05-02 10:09:24 +02:00
..
__mocks__ Cloudwatch: Refactor metrics query editor (#48537) 2022-05-02 10:09:24 +02:00
cloudwatch-sql Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
components Cloudwatch: Refactor metrics query editor (#48537) 2022-05-02 10:09:24 +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
metric-math Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
monarch Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
specs Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
utils CloudWatch: prevent log groups from being removed on query change. (#47994) 2022-04-25 17:59:52 +00:00
annotationSupport.test.ts Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
annotationSupport.ts Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02: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 CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00
datasource.ts CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00
expressions.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
guards.ts Cloudwatch: Refactor metrics query editor (#48537) 2022-05-02 10:09:24 +02:00
hooks.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
language_provider.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
language_provider.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
migration.test.ts CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00
migrations.ts CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00
module.tsx Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
README.md docs: update cloud data sources README links (#37820) 2021-08-24 10:11:07 +02:00
syntax.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
types.ts CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00
variables.test.ts CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00
variables.ts CloudWatch: add generic filter component to variable editor (#47907) 2022-04-29 16:42:59 -04:00

CloudWatch data source - native plugin

Grafana ships with built in support for CloudWatch. Simply add it as a data source and are ready to build dashboards for your CloudWatch metrics.

Read more about it here:

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