daniellee / singlestat-math

Panel based on the default single stat panel with added feature to do math across metrics from multiple queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Stat Math Panel

This panel is a modification of the native single stat panel to support math functions across series.

Usage

InfluxDB

To use the math feature, give the series an alias by name and use that name inside the math field as variables.

Image of using InfluxDB metric

In the math field you can use the alias names to perform math across series.

Image of using math field

Changelog

1.1.1

  • Changed function evaluation error handling to set results to zero

1.1.0

  • Fixed missing flot library crashing graph panel.
  • Updated dependencies.

1.0.0

  • Added math options if multiple queries are used.
  • Math field will use series alias name to evaluate function.

About

Panel based on the default single stat panel with added feature to do math across metrics from multiple queries.

License:MIT License


Languages

Language:JavaScript 98.3%Language:TypeScript 1.2%Language:HTML 0.5%Language:CSS 0.0%