This is a "fork" of the Grafana InfluxDB plugin with changes applied to function with the Heroic time-series database.
This is intended to be an improvement on the existing Heroic datasource that includes a query builder, table support, variable support, and annotation support.
Development Status
Beta
How to install
To develop locally:
yarn install
yarn watch
Add the following to your grafana.ini
to deploy to your local Grafana instance:
[plugin.heroic-grafana-datasource]
path = /{path-to-heroic-grafana-datasource}
If using Docker, you can mount this repo into the Grafana plugin directory:
docker run -it -p 3000:3000 --name=grafana -v `pwd`:/var/lib/grafana/plugins/heroic-grafana-datasource grafana/grafana
Can also be installed with grafana-cli
grafana-cli --pluginUrl https://github.com/spotify/heroic-grafana-datasource/archive/master.zip plugins install heroic-grafana-datasource
Code of Conduct
This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.