grafana/public/app/plugins/datasource/cloudwatch
Hugo Häggmark 112a755e18
Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217)
* Initial

* WIP

* wip

* Refactor: fixing types

* Refactor: Fixed more typings

* Feature: Moves TestData to new API

* Feature: Moves CloudMonitoringDatasource to new API

* Feature: Moves PrometheusDatasource to new Variables API

* Refactor: Clean up comments

* Refactor: changes to QueryEditorProps instead

* Refactor: cleans up testdata, prometheus and cloud monitoring variable support

* Refactor: adds variableQueryRunner

* Refactor: adds props to VariableQueryEditor

* Refactor: reverted Loki editor

* Refactor: refactor queryrunner into smaller pieces

* Refactor: adds upgrade query thunk

* Tests: Updates old tests

* Docs: fixes build errors for exported api

* Tests: adds guard tests

* Tests: adds QueryRunner tests

* Tests: fixes broken tests

* Tests: adds variableQueryObserver tests

* Test: adds tests for operator functions

* Test: adds VariableQueryRunner tests

* Refactor: renames dataSource

* Refactor: adds definition for standard variable support

* Refactor: adds cancellation to OptionPicker

* Refactor: changes according to Dominiks suggestion

* Refactor:tt

* Refactor: adds tests for factories

* Refactor: restructuring a bit

* Refactor: renames variableQueryRunner.ts

* Refactor: adds quick exit when runRequest returns errors

* Refactor: using TextArea from grafana/ui

* Refactor: changed from interfaces to classes instead

* Tests: fixes broken test

* Docs: fixes doc issue count

* Docs: fixes doc issue count

* Refactor: Adds check for self referencing queries

* Tests: fixed unused variable

* Refactor: Changes comments
2020-11-18 15:10:32 +01:00
..
components Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +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: Change what we use to measure progress (#28912) 2020-11-09 15:17:56 +01:00
utils Chore: Remove leftover console.log (#27766) 2020-09-24 15:51:38 +01:00
annotations_query_ctrl.ts CloudWatch: Annotation Editor rewrite (#20765) 2020-01-15 16:38:15 +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.d.ts tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
datasource.test.ts Cloudwatch: Fix duplicate metric data (#28642) 2020-10-29 17:05:36 +01:00
datasource.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
language_provider.test.ts CloudWatch/Logs: Fix autocomplete after by keyword (#24644) 2020-05-14 15:52:47 +02:00
language_provider.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
memoizedDebounce.ts CloudWatch: Datasource improvements (#20268) 2019-11-14 10:59:41 +01:00
module.tsx CloudWatch Logs queue and websocket support (#28176) 2020-10-28 08:36:57 +00:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_parameter_ctrl.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
README.md Fix grammar in cloudwatch plugin page. (#26596) 2020-07-25 11:58:10 +02:00
syntax.ts Datasource/CloudWatch: Fixes various autocomplete issues (#24583) 2020-05-12 16:32:48 +01:00
types.ts CloudWatch Logs queue and websocket support (#28176) 2020-10-28 08:36:57 +00:00
useCloudwatchSyntax.ts Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00

CloudWatch Data Source - Native Plugin

Grafana ships with built in support for CloudWatch. You just have to add it as a data source and you will be ready to build dashboards for your CloudWatch metrics.

Read more about it here:

https://grafana.com/docs/grafana/latest/features/datasources/cloudwatch/