This is a basic plugin to integrate FusionExport with Grafana and which helps you to export Grafana dashboard with FusionExport service.
First, install dependencies:
yarn install
To build the plugin run:
yarn build
To work with this plugin run:
yarn dev
or
yarn watch
This will run linting tools and apply prettier fix.
- Set up Grafana
- Clone this repository into
/var/lib/grafana/plugins
ordata/plugins
(relative to grafana git repo if you’re running development version from source dir) - Run
yarn build
in repository directory - Restart your grafana server
- In grafana you need to do few things
- Generate API token (only view access) and set it under plugin's visulization tab.
- set
allow_embedding = true
in configuration file. Please follow this link to find grafana configuration file.
To install FusionExport you can follow our detailed instruction here
Note: We are providing custom FusionExport build. Please contact [email protected].