mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Chore: Fix typescript strict null errors * Added new limit * Fixed ts issue * fixed tests * trying to fix type inference * Fixing more ts errors * Revert tsconfig option * Fix * Fixed code * More fixes * fix tests * Updated snapshot * Chore: More ts strict null fixes * More fixes in some really messed up azure config components * More fixes, current count: 441 * 419 * More fixes * Fixed invalid initial state in explore * Fixing tests * Fixed tests * Explore fix * More fixes * Progress * Sub 300 * Fixed incorrect type * removed unused import |
||
---|---|---|
.. | ||
components | ||
dashboards | ||
img | ||
partials | ||
specs | ||
utils/query | ||
annotations_query_ctrl.ts | ||
aws_url.ts | ||
datasource.d.ts | ||
datasource.test.ts | ||
datasource.ts | ||
language_provider.test.ts | ||
language_provider.ts | ||
memoizedDebounce.ts | ||
module.tsx | ||
plugin.json | ||
query_parameter_ctrl.ts | ||
README.md | ||
syntax.ts | ||
types.ts | ||
useCloudwatchSyntax.ts |
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 you CloudWatch metrics.
Read more about it here:
https://grafana.com/docs/grafana/latest/features/datasources/cloudwatch/