JeanBaptisteWATENBERG / grafana-percent-plus

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana percent+ stat panel

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.

Install

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.

Usage

  1. Query two metrics

Configure grafana queries

  1. Use them to display your availability rate

Configure metrics in plugin panel

Contibute

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

About

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.

License:Apache License 2.0


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%