grafana/public/app/plugins/datasource/cloudwatch
Erik Sundell 6928ad2949
Cloudwatch: Add run query button (#60089)
* refactor header

* split left and right header actions

* cleanup

* fix broken tests

* move MetricsQueryEditor tests to QueryEditor tests

* fix mock imports

* remove no longer used onRunQuery func

* move run queries button

* apply defaults also when changing query type

* remove not used prop
2022-12-15 14:29:57 +01:00
..
__mocks__ Cloudwatch: Add run query button (#60089) 2022-12-15 14:29:57 +01:00
cloudwatch-sql CloudWatch: Refactor metrics resource request frontend (#57602) 2022-10-26 15:59:26 +02:00
components Cloudwatch: Add run query button (#60089) 2022-12-15 14:29:57 +01:00
dashboards Make sure datasource variable is being used everywhere (#20917) 2019-12-09 11:35:26 +01:00
dynamic-labels CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
img
metric-math Cloudwatch: Break out resource requests from datasource file (#55358) 2022-09-20 07:50:54 +02:00
migrations Cloudwatch: Define and use getDefaultquery instead of calling onChange on mount (#60221) 2022-12-14 12:21:36 +01:00
monarch Cloudwatch: Break out resource requests from datasource file (#55358) 2022-09-20 07:50:54 +02:00
query-runner CloudWatch: return silently in case of missing log groups or incomplete query (#59701) 2022-12-07 16:37:35 +01:00
utils CloudWatch: Fix deeplinks to still be able to pass log group names (#59809) 2022-12-07 11:40:15 -05:00
annotationSupport.test.ts Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
annotationSupport.ts Cloudwatch: Use new annotation API (#48102) 2022-04-27 12:41:48 +02:00
api.test.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
api.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +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
datasource.test.ts Cloudwatch: Define and use getDefaultquery instead of calling onChange on mount (#60221) 2022-12-14 12:21:36 +01:00
datasource.ts Cloudwatch: Add run query button (#60089) 2022-12-15 14:29:57 +01:00
defaultQueries.ts Cloudwatch: Define and use getDefaultquery instead of calling onChange on mount (#60221) 2022-12-14 12:21:36 +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: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
hooks.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
language_provider.test.ts CloudWatch: Refactoring - decouple logs and metrics in datasource file (#55079) 2022-09-19 08:50:41 +02:00
language_provider.ts CloudWatch: Refactoring - decouple logs and metrics in datasource file (#55079) 2022-09-19 08:50:41 +02: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: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
standardStatistics.ts Cloudwatch: Break out resource requests from datasource file (#55358) 2022-09-20 07:50:54 +02:00
syntax.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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: Add run query button (#60089) 2022-12-15 14:29:57 +01:00
variables.test.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
variables.ts CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01: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/