grafana/public/app/plugins/datasource/cloudwatch
2022-04-19 10:50:18 -04:00
..
__mocks__ CloudWatch: Run query on blur in logs query field (#47454) 2022-04-18 18:05:10 +00:00
cloudwatch-sql Cloudwatch: Add syntax highlighting and autocomplete for "Metric Search" (#43985) 2022-02-01 22:53:32 -05:00
components CloudWatch: add dimensions component to variable editor (#47596) 2022-04-19 10:50:18 -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
metric-math cloudwatch: use monaco from grafana-ui (#45597) 2022-02-18 17:14:14 +01:00
monarch Cloudwatch: Add syntax highlighting and autocomplete for "Metric Search" (#43985) 2022-02-01 22:53:32 -05:00
partials Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00
specs CloudWatch: use custom variable editor (#46943) 2022-04-04 10:39:31 -04:00
utils Chore: Remove console output from some jest tests (#45792) 2022-02-24 10:49:48 +00:00
annotations_query_ctrl.ts Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02: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.d.ts tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
datasource.test.ts CloudWatch: filter alert queries (#47222) 2022-04-04 12:06:31 -04:00
datasource.ts CloudWatch: re-add filter to handleMetricQueries (#47341) 2022-04-06 09:02:34 +02:00
expressions.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
guards.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
hooks.ts CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
language_provider.test.ts CloudWatch Logs: Add selected region to autocomplete requests (#42194) 2021-11-26 13:33:34 +01:00
language_provider.ts CloudWatch Logs: Add selected region to autocomplete requests (#42194) 2021-11-26 13:33:34 +01:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
migration.test.ts CloudWatch: add dimensions component to variable editor (#47596) 2022-04-19 10:50:18 -04:00
migrations.ts CloudWatch: add dimensions component to variable editor (#47596) 2022-04-19 10:50:18 -04:00
module.tsx CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +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
syntax.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
types.ts CloudWatch: add dimensions component to variable editor (#47596) 2022-04-19 10:50:18 -04:00
variables.test.ts CloudWatch: add dimensions component to variable editor (#47596) 2022-04-19 10:50:18 -04:00
variables.ts CloudWatch: add dimensions component to variable editor (#47596) 2022-04-19 10:50:18 -04: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/