Sum and count aggregations added

Sum and count aggregations of metrics (I really need this)

Signed-off-by: Ruslan Semov <me@recluse.ru>
This commit is contained in:
Ruslan Semov
2017-03-23 18:47:41 +03:00
parent 9c427942b9
commit 9cbc1d3c09
4 changed files with 52 additions and 8 deletions

View File

@@ -79,7 +79,9 @@ export class ZabbixQueryController extends QueryCtrl {
this.downsampleFunctionList = [
{name: "avg", value: "avg"},
{name: "min", value: "min"},
{name: "max", value: "max"}
{name: "max", value: "max"},
{name: "sum", value: "sum"},
{name: "count", value: "count"}
];
this.initFilters();