Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 315 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 315 Bytes

Bolt Grafana plugin

The plugin fetches data from Bolt database and provide it to Grafana charts. The plugin also supports dashboard variables.

To work with this plugin run:

yarn dev

or

yarn watch

This will run linting tools and apply prettier fix.

To build the plugin run:

yarn build