grafana/public/app/plugins/datasource/cloudwatch
2023-04-03 06:31:14 -07:00
..
__mocks__ CloudWatch Logs: Fix to make log queries use a relative time if available (#65236) 2023-03-23 13:11:12 -07:00
components Plugins: Add cloudwatch support with the secure socks proxy (#65303) 2023-03-27 10:00:37 -06: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: Fix cachedQueries insights not being updated for metric queries (#65495) 2023-04-03 06:31:14 -07: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: Fix cachedQueries insights not being updated for metric queries (#65495) 2023-04-03 06:31:14 -07:00
resources CloudWatch: Add account support to variable queries (#63822) 2023-03-03 09:26:14 -05:00
utils Cloudwatch Logs: Fix log group names not interpolating with multiple variables (#64567) 2023-03-10 11:00:35 -08:00
annotationSupport.test.ts Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
annotationSupport.ts Datasources: Use getDefaultQuery in annotations editors (#61870) 2023-01-30 16:45:03 +01:00
aws_url.test.ts CloudWatch: Make deeplinks work for us-gov and china regions (#64080) 2023-03-06 16:00:59 -05:00
aws_url.ts CloudWatch: Make deeplinks work for us-gov and china regions (#64080) 2023-03-06 16:00:59 -05:00
dataquery.cue Cloudwatch: Use generated TS types (#63166) 2023-03-07 14:39:52 +02:00
dataquery.gen.ts Cloudwatch: Use generated TS types (#63166) 2023-03-07 14:39:52 +02:00
datasource.test.ts Cloudwatch: Add expression field to interpolate variables in Metrics Code Builder (#64288) 2023-03-09 13:24:48 +01:00
datasource.ts Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
defaultQueries.ts Datasources: Use getDefaultQuery in annotations editors (#61870) 2023-01-30 16:45:03 +01:00
expressions.ts Cloudwatch: Use generated TS types (#63166) 2023-03-07 14:39:52 +02: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: Use generated TS types (#63166) 2023-03-07 14:39:52 +02:00
variables.test.ts CloudWatch: Add account support to variable queries (#63822) 2023-03-03 09:26:14 -05:00
variables.ts CloudWatch: Add account support to variable queries (#63822) 2023-03-03 09:26:14 -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/