mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added parameter to keepLastValue graphite function definition (default 100), Closes #459
This commit is contained in:
@@ -231,6 +231,8 @@ function (_) {
|
||||
addFuncDef({
|
||||
name: 'keepLastValue',
|
||||
category: categories.Special,
|
||||
params: [ { name: "n", type: "int", } ],
|
||||
defaultParams: [100]
|
||||
});
|
||||
|
||||
addFuncDef({
|
||||
|
||||
Reference in New Issue
Block a user