grafana/public/app/plugins/datasource/cloudwatch
Sarah Zinger 6e4fe51fe8
Cloudwatch Logs: Update Cheatsheet (#67161)
Cloudwatch: Update Cheatsheet
2023-04-25 16:07:58 -04:00
..
__mocks__ CloudWatch: Fix test on metric stat editor statistic field (#67064) 2023-04-22 11:28:34 +02:00
components Cloudwatch Logs: Update Cheatsheet (#67161) 2023-04-25 16:07:58 -04: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 Chore: Upgrade to react 18 (#64428) 2023-04-11 10:51:54 +01:00
query-runner FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
resources CloudWatch: Add account support to variable queries (#63822) 2023-03-03 09:26:14 -05:00
utils FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03: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: Add field level comments to schema (#66900) 2023-04-24 08:57:39 -07:00
dataquery.gen.ts CloudWatch: Add field level comments to schema (#66900) 2023-04-24 08:57:39 -07: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 Logs: Add new LogRowContext types to @grafana/data (#66404) 2023-04-13 13:07:28 +02: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: 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: Fix some schema todos (#66664) 2023-04-18 08:46:51 +03: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/