grafana/public/app/plugins/datasource/cloudwatch
2023-01-25 09:39:42 -05:00
..
__mocks__ Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
components CloudWatch Logs: Set default logs query and disable button when empty (#61956) 2023-01-25 09:39:42 -05: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
language Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
migrations Cloudwatch: Define and use getDefaultquery instead of calling onChange on mount (#60221) 2022-12-14 12:21:36 +01:00
query-runner Cloudwatch: Add support for template variables in new log group picker (#61243) 2023-01-13 14:03:08 -05:00
resources Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
utils Cloudwatch: Add support for template variables in new log group picker (#61243) 2023-01-13 14:03:08 -05: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.test.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
datasource.ts Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
defaultQueries.ts CloudWatch Logs: Set default logs query and disable button when empty (#61956) 2023-01-25 09:39:42 -05: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.test.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
hooks.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
module.tsx Cloudwatch: Add run query button (#60089) 2022-12-15 14:29:57 +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
Search.tsx Cloudwatch: Add feedback labels to log groups selector (#60619) 2023-01-03 09:56:01 +01:00
standardStatistics.ts Cloudwatch: Break out resource requests from datasource file (#55358) 2022-09-20 07:50:54 +02:00
tracking.test.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
tracking.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
types.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
variables.test.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
variables.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -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/