Kaynağa Gözat

Merge branch 'master' of github.com:grafana/grafana

Torkel Ödegaard 10 yıl önce
ebeveyn
işleme
5335a6b636

+ 1 - 1
public/app/plugins/datasource/graphite/gfunc.js

@@ -43,7 +43,7 @@ function (_, $) {
   addFuncDef({
   addFuncDef({
     name: 'perSecond',
     name: 'perSecond',
     category: categories.Transform,
     category: categories.Transform,
-    params: [],
+    params: [{ name: "max value", type: "int", optional: true }],
     defaultParams: [],
     defaultParams: [],
   });
   });