- Clone Grafana and create a symlink to this project's root wherever you have cloned Grafana's repository in the
${GRAFANA_REPO}/data/plugins
directory. - Run
yarn install
andyarn run dev
in this repo. Thedev
script will start webpack in development mode, continuously watching files for changes. - In the Grafana root directory, run
sudo make run
.
Whenever you make a change to this repository, you will have to manually refresh the browser window, since Grafana will not pick up changes made in ${GRAFANA_REPO}/data/plugins
.
This panel provides an improved heatmap visualization from bucketed histogram data (e.g. from Prometheus or Netflix Atlas).
Some advantages over the Heatmap panel included in Grafana:
- The y-axis has settable bounds and y-axis labels never overlap.
- The x-axis is time-scale aggregable, allowing you to set a maximum number of x-ticks. In this way you can visualize a large timescale without displaying many thousands of individual buckets which obscure the data and make the visualization perform badly.