grafana/public/app/plugins/datasource/cloudwatch
2023-10-16 10:46:17 -04:00
..
__mocks__ Cloudwatch: Fix Unexpected error (#74420) 2023-09-25 14:19:12 -04:00
components Cloudwatch: Add back support for old Log Group picker (#73524) 2023-08-31 10:13:24 -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 Logs: Add pattern command to syntax (#76152) 2023-10-16 10:46:17 -04:00
migrations CloudWatch: Remove dynamic labels feature toggle (#67371) 2023-05-02 10:48:17 +02:00
query-runner Cloudwatch: reorg files in components (#73176) 2023-08-14 12:18:58 -04:00
resources Cloudwatch: Fix Unexpected error (#74420) 2023-09-25 14:19:12 -04:00
utils Variables: allow {} type in VariableWithOptions.current (#64358) 2023-06-16 14:31:12 +02: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: Add expression field to interpolate variables in Metrics Code Builder (#64288) 2023-03-09 13:24:48 +01:00
datasource.ts Cloudwatch: Add back support for old Log Group picker (#73524) 2023-08-31 10:13:24 -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 Chore: Upgrade to react 18 (#64428) 2023-04-11 10:51:54 +01: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: 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: Fix some schema todos (#66664) 2023-04-18 08:46:51 +03: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/