mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #2771 from decbis/maxSeries-func-for-groupByNode
Added maxSeries option for groupByNode Graphite function
This commit is contained in:
commit
ebf49d0668
@ -242,7 +242,7 @@ function (_, $) {
|
|||||||
{
|
{
|
||||||
name: "function",
|
name: "function",
|
||||||
type: "string",
|
type: "string",
|
||||||
options: ['sum', 'avg']
|
options: ['sum', 'avg', 'maxSeries']
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
defaultParams: [3, "sum"]
|
defaultParams: [3, "sum"]
|
||||||
|
Loading…
Reference in New Issue
Block a user