[12.0][IMP] kpi_dashboard: Allow to use formula

This commit is contained in:
Enric Tobella
2020-04-28 15:04:03 +02:00
parent 5b3aeed911
commit 3ca213d3e0
5 changed files with 55 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ Configure KPIs
#. Meter: result must contain `value`, `min` and `max`
#. Graph: result must contain a list on `graphs` containing `values`, `title` and `key`
#. In order to compute the KPI you can use a predefined function from a model or
use the code to directly compute it.
Configure dashboards
~~~~~~~~~~~~~~~~~~~~