grafana/public/app/plugins/datasource/cloudwatch
renovate[bot] 2e8cd1c021
Update dependency prettier to v3 (#71586)
* Update dependency prettier to v3

* run prettier

* ignore prettier update in legacy select scss

* update command line arg

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2023-07-17 09:19:27 +01:00
..
__mocks__ Datasource: Overhaul plugin error handling and action buttons (#67014) 2023-04-28 15:57:17 +02:00
components Cloudwatch: fix typo (#70478) 2023-06-22 08:04:57 -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 Logs: Update language definition for Monaco editor (#71402) 2023-07-12 09:25:24 -07:00
migrations CloudWatch: Remove dynamic labels feature toggle (#67371) 2023-05-02 10:48:17 +02:00
query-runner Update dependency prettier to v3 (#71586) 2023-07-17 09:19:27 +01:00
resources CloudWatch: Add account support to variable queries (#63822) 2023-03-03 09:26:14 -05: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 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 kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02: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 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 Cloudwatch: Fix description of plugin (#67744) 2023-05-03 12:33:15 -04:00
Search.tsx Cloudwatch: Add feedback labels to log groups selector (#60619) 2023-01-03 09:56:01 +01: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 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 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/