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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user