grafana/public/app/plugins/datasource/cloudwatch
2024-02-09 09:44:29 -08:00
..
__mocks__ Cloudwatch Metrics: Adjust error handling (#79911) 2024-01-15 17:19:26 +01:00
components CloudWatch: Fix code editor not resizing on mount when content height is > 200px (#81911) 2024-02-09 09:44:29 -08:00
dashboards DashboardSchema: Remove old unused legacy props style and timepicker.enable (#73879) 2023-08-28 12:18:17 +02:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
language CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
migrations Cloudwatch: Move getNextRefIdChar util from app/core/utils to @grafana/data (#80471) 2024-01-24 14:51:51 +01:00
query-runner CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
resources CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
utils CloudWatch: Remove dependency on local TemplateSrv (#79283) 2024-01-09 16:52:37 -05:00
annotationSupport.test.ts Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
annotationSupport.ts Cloudwatch: reorg files in components (#73176) 2023-08-14 12:18:58 -04: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 Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2023-07-19 03:46:13 -04:00
dataquery.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
datasource.test.ts CloudWatch: Remove dependency on local TemplateSrv (#79283) 2024-01-09 16:52:37 -05:00
datasource.ts CloudWatch: Remove dependency on local TemplateSrv (#79283) 2024-01-09 16:52:37 -05:00
defaultQueries.ts Datasources: Use getDefaultQuery in annotations editors (#61870) 2023-01-30 16:45:03 +01:00
expressions.ts Cloudwatch: Fix nested recursive type (#66950) 2023-04-20 19:39:02 +03:00
guards.ts Cloudwatch: Refactor metrics query editor (#48537) 2022-05-02 10:09:24 +02:00
hooks.test.ts CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
hooks.ts CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
module.tsx Cloudwatch: reorg files in components (#73176) 2023-08-14 12:18:58 -04:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
README.md Cloudwatch: Fix description of plugin (#67744) 2023-05-03 12:33:15 -04:00
standardStatistics.ts CloudWatch: Update metric stat editor to match aws statistics (#66532) 2023-05-10 10:20:41 +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: Call query method from DataSourceWithBackend to support public dashboards (#77532) 2023-11-20 14:44:22 -08:00
variables.test.ts CloudWatch: Update metric stat editor to match aws statistics (#66532) 2023-05-10 10:20:41 +02:00
variables.ts QueryRunners: Bind the query function where it is passed on (#73399) 2023-09-18 17:00:43 +02:00

CloudWatch data source - native plugin

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

Read more about it here:

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