grafana/public/app/plugins/datasource/cloudwatch
David Harris 60bec80672
Cloudwatch: add keywords (#88855)
---------

Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com>
2024-06-10 08:11:47 -04:00
..
__mocks__ Cloudwatch Logs: Fix bug where we did not return errors to user (#87190) 2024-06-04 08:43:36 -04:00
components Cloudwatch Logs: Fix bug where we did not return errors to user (#87190) 2024-06-04 08:43:36 -04: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 Logs: Fix bug where we did not return errors to user (#87190) 2024-06-04 08:43:36 -04:00
resources CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
utils Cloudwatch Logs: Fix bug where we did not return errors to user (#87190) 2024-06-04 08:43:36 -04: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 Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
datasource.test.ts CloudWatch: Remove dependency on local TemplateSrv (#79283) 2024-01-09 16:52:37 -05:00
datasource.ts Cloudwatch Logs: Fix bug where we did not return errors to user (#87190) 2024-06-04 08:43:36 -04: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 Chore: Improve types (#85659) 2024-04-08 09:56:21 +01:00
module.tsx Cloudwatch: reorg files in components (#73176) 2023-08-14 12:18:58 -04:00
plugin.json Cloudwatch: add keywords (#88855) 2024-06-10 08:11:47 -04: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 Core: Replace deprecated jest matcher toBeCalledWith (#86635) 2024-05-01 15:33:26 +01: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/