grafana/packages/grafana-runtime
Josh Hunt 98f293e229
OpenFeature: Create basic frontend client + example usage (#110587)
* initial basic OpenFeature client for datasource class

* add dep

* update, use a wrapping function to enforce types

* move init OF to grafana-runtime

* docs

* Fix circular dependency causing tests to fail

* codeowners

* use toggle in datasourcewithbackend

* Fix CUJs group-by test

* Comments

* update docs, make default value mandatory

* revert using for queryServiceFromUI toggle
2025-10-06 14:22:00 +00:00
..
src OpenFeature: Create basic frontend client + example usage (#110587) 2025-10-06 14:22:00 +00:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json OpenFeature: Create basic frontend client + example usage (#110587) 2025-10-06 14:22:00 +00:00
project.json
rollup.config.ts
tsconfig.build.json
tsconfig.json Chore: Remove @grafana/tsconfig (#109186) 2025-08-06 15:34:34 +01:00

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.