grafana/public/app/plugins/datasource/cloudwatch
Ida Štambuk 5b17cd93c5
Cloudwatch: Remove awsDatasourcesNewFormStyling feature toggle (#90128)
* Remove toggle from cloudwatch plugin

* Remove feature toggle from registry

---------

Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
2024-07-22 14:48:17 +02:00
..
__mocks__ Cloudwatch: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +02:00
components Cloudwatch: Remove awsDatasourcesNewFormStyling feature toggle (#90128) 2024-07-22 14:48:17 +02: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: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +02:00
query-runner Cloudwatch: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +02:00
resources CloudWatch: Remove core imports from CloudWatchRequest (#81422) 2024-02-06 22:22:41 +02:00
utils Cloudwatch: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +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 Cloudwatch: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +02:00
dataquery.gen.ts Cloudwatch: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +02: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 Cloudwatch: Metrics Query Builder should clear old query (#88950) 2024-06-12 09:31:05 -04: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: Rename Metric Query to Metric Insights (#89955) 2024-07-04 10:30:23 +02: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/