grafana/packages/grafana-runtime
2020-04-22 19:42:28 +02:00
..
src Logs: Add href to internal link (#23757) 2020-04-22 19:42:28 +02:00
.eslintrc TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
api-extractor.json Docs: adding API reference documentation support for the packages libraries. (#21931) 2020-02-25 13:59:11 +01:00
CHANGELOG.md Packages: Use lerna for release orchestration (#17985) 2019-07-09 09:43:53 -07:00
index.js Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
package.json Docs: run the api-extractor on master to update docs (#23726) 2020-04-21 10:41:50 +02:00
README.md Packages: update versioning and release process (#18195) 2019-09-12 08:00:31 +02:00
rollup.config.ts DevEnv: update frontend dependencies - rollup (#22794) 2020-03-15 16:39:40 +01:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json FieldOverride: Support data links via field overrides (#23590) 2020-04-20 07:37:38 +02:00

Grafana Runtime library

@grafana/runtime is currently in ALPHA. Core API is unstable and can be a subject of breaking changes!

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