grafana/public/app/plugins/datasource/cloudwatch
Piotr Jamróz a6a3ef74be
Refactor: Decouple logs from DataSourceApi (#39536)
* Decouple logs from DataSourceApi

* Remove unused code

* Mark log context methods as deprecated

* Update jsdocs deprecation message

* Update packages/grafana-data/src/types/logs.ts

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>

* Check for undefined in hasLogsContextSupport

* Add release tags

* Change release tag

* Retrigger the build

* Post-merge: revert index.md changes

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2021-10-01 13:38:16 +02:00
..
components A11y: Fixes some fastpass errors for /datasources/* routes (#39577) 2021-09-29 16:16:30 +01: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
partials Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00
specs CloudWatch Logs: Add link to Xray data source for trace IDs in logs (#39135) 2021-09-14 17:02:41 +02:00
utils CloudWatch Logs: Add link to Xray data source for trace IDs in logs (#39135) 2021-09-14 17:02:41 +02: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 Logs: Disable query path using websockets (Live) feature (#39231) 2021-09-15 16:28:34 +02:00
datasource.ts Refactor: Decouple logs from DataSourceApi (#39536) 2021-10-01 13:38:16 +02:00
language_provider.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
language_provider.ts Chore: Upgrades rxjs to 7.3.0 (#37913) 2021-08-19 06:38:31 +02:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
migration.test.ts Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
migrations.ts Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
module.tsx Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07: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 Logs: Add link to Xray data source for trace IDs in logs (#39135) 2021-09-14 17:02:41 +02: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/