grafana/public/app/plugins/datasource/cloudwatch
2023-12-07 16:30:37 -05:00
..
__mocks__ CloudWatch: remove usage of TimeSrv (#79096) 2023-12-07 16:30:37 -05:00
components CloudWatch: remove usage of TimeSrv (#79096) 2023-12-07 16:30:37 -05: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: Correctly quote metric names with special characters (#78958) 2023-12-01 14:37:09 -05:00
migrations CloudWatch: Remove dynamic labels feature toggle (#67371) 2023-05-02 10:48:17 +02:00
query-runner CloudWatch: remove usage of TimeSrv (#79096) 2023-12-07 16:30:37 -05:00
resources Cloudwatch: Fix Unexpected error (#74420) 2023-09-25 14:19:12 -04:00
utils CloudWatch: remove usage of TimeSrv (#79096) 2023-12-07 16:30: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 usage of TimeSrv (#79096) 2023-12-07 16:30:37 -05:00
datasource.ts CloudWatch: remove usage of TimeSrv (#79096) 2023-12-07 16:30: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 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: 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/