grafana/packages/grafana-runtime
Kevin Yu 7f7d912af7
CloudWatch: Call query method from DataSourceWithBackend to support public dashboards (#77532)
* CloudWatch: call query method from DataSourceWithBackend to support public dashboards

* add test

* remove unneeded properties from test case

* update betterer

* add parens to group related logic

* remove unnecessary aliasing of variable

* use t.Cleanup

* remove redundant check

* add comment
2023-11-20 14:44:22 -08:00
..
src CloudWatch: Call query method from DataSourceWithBackend to support public dashboards (#77532) 2023-11-20 14:44:22 -08:00
.eslintrc
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Chore: Update to typescript 5 (#76511) 2023-11-07 13:20:20 +00:00
rollup.config.ts
tsconfig.build.json
tsconfig.json

README.md

Grafana Runtime library

@grafana/runtime is currently in BETA.

This package allows access to grafana services. It requires Grafana to be running already and the functions to be imported as externals.