grafana/public/app/plugins/datasource/cloudwatch
Kevin Yu ba62f5ad5d
Chore: clean up console warning from SQL Builder Editor tests (#46779)
* Chore: clean up console warning from SQL Builder Editor tests

* Re-add test for checking dimensions filter
2022-03-22 09:39:51 -07:00
..
__mocks__ CloudWatch: Remove error message when using multi-valued template vars in region field (#45886) 2022-02-28 09:28:27 +01:00
cloudwatch-sql Cloudwatch: Add syntax highlighting and autocomplete for "Metric Search" (#43985) 2022-02-01 22:53:32 -05:00
components Chore: clean up console warning from SQL Builder Editor tests (#46779) 2022-03-22 09:39:51 -07: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 cloudwatch: use monaco from grafana-ui (#45597) 2022-02-18 17:14:14 +01:00
monarch Cloudwatch: Add syntax highlighting and autocomplete for "Metric Search" (#43985) 2022-02-01 22:53:32 -05:00
partials Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00
specs Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
utils Chore: Remove console output from some jest tests (#45792) 2022-02-24 10:49:48 +00:00
annotations_query_ctrl.ts Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +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: List all metrics properly in SQL autocomplete (#45898) 2022-03-02 10:46:17 +01:00
datasource.ts Cloudwatch: use CheckHealth for testing datasource (#45974) 2022-03-02 08:48:51 -05:00
expressions.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
guards.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
hooks.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
language_provider.test.ts CloudWatch Logs: Add selected region to autocomplete requests (#42194) 2021-11-26 13:33:34 +01:00
language_provider.ts CloudWatch Logs: Add selected region to autocomplete requests (#42194) 2021-11-26 13:33:34 +01:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
migration.test.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
migrations.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
module.tsx CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01: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 Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
types.ts CloudWatch: replace metricFindQueries with CallResourceHandler (#41571) 2022-02-16 14:28:26 -05: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/