grafana/public/app/plugins/datasource/cloudwatch
Shirley 32b96a586f
CloudWatch: Add deprecation tooltip to Alias field (#63115)
* CloudWatch: Add deprecation tooltip to Alias field

* Add target blank

* Add noopener noreferrer
2023-02-09 17:50:29 +01:00
..
__mocks__ Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
components CloudWatch: Add deprecation tooltip to Alias field (#63115) 2023-02-09 17:50:29 +01:00
dashboards Make sure datasource variable is being used everywhere (#20917) 2019-12-09 11:35:26 +01:00
img
language Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
migrations Cloudwatch: Define and use getDefaultquery instead of calling onChange on mount (#60221) 2022-12-14 12:21:36 +01:00
query-runner CloudWatch Logs: Update default timeout to 30m (#63155) 2023-02-09 10:52:32 -05:00
resources Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
utils Cloudwatch: Add support for template variables in new log group picker (#61243) 2023-01-13 14:03:08 -05: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.ts Datasource/CloudWatch: Add data links to CloudWatch logs for deep linking to AWS (#24334) 2020-05-08 17:03:15 +01:00
dataquery.cue Cloudwatch: generate types (#61770) 2023-02-03 15:27:48 -05:00
dataquery.gen.ts Cloudwatch: generate types (#61770) 2023-02-03 15:27:48 -05:00
datasource.test.ts Datasources: Use getDefaultQuery in annotations editors (#61870) 2023-01-30 16:45:03 +01:00
datasource.ts Cloudwatch: Restructure languages in plugin root (#61490) 2023-01-19 14:04:28 -05:00
defaultQueries.ts Datasources: Use getDefaultQuery in annotations editors (#61870) 2023-01-30 16:45:03 +01:00
expressions.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
guards.ts Cloudwatch: Refactor metrics query editor (#48537) 2022-05-02 10:09:24 +02:00
hooks.test.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
hooks.ts Cloudwatch: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
memoizedDebounce.ts
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: Cleanup resource api (#61465) 2023-01-17 14:27:53 -05:00
variables.test.ts Cloudwatch: Fix log group variable interpolation (#62640) 2023-02-01 12:26:54 -05:00
variables.ts Cloudwatch: Fix log group variable interpolation (#62640) 2023-02-01 12:26:54 -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/