Plugins 〉Heroic


Developer

Spotify

Sign up to receive occasional product news and updates:



This plugin is no longer maintained and neither is the Heroic database.
Data Source
community

Heroic

  • Overview
  • Installation
  • Related content

Build Status

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.

Install on Grafana Cloud

Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.

Learn more about plugin installation

For more information, visit the docs on plugin installation.