Simply computes and display percent given two metric.
Design with heartbeat in minds, it aims to display an availability rate. But you can give it any metric in input to compute your own percent rate.
Download latest release https://github.com/JeanBaptisteWATENBERG/grafana-percent-plus/releases/download/v1.0.6/grafana-percent-plus.zip and unzip it in your grafana plugin folder.
- Query two metrics
- Use them to display your availability rate
To work with this plugin run:
yarn dev
or
yarn watch
This will run linting tools and apply prettier fix.
To build the plugin run:
yarn build