Skip to content

fusioncharts/grafana-fusionexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FusionExport plugin for Grafana

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.

How to use this plugin in your Grafana ?

  • Set up Grafana
  • Clone this repository into /var/lib/grafana/plugins or data/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.

Installation of FusionExport

To install FusionExport you can follow our detailed instruction here

Note: We are providing custom FusionExport build. Please contact support@fusioncharts.com.