Invoke metric queries on the backend

This commit is contained in:
Alexander Zobnin
2021-03-05 16:39:19 +03:00
parent a596d3e18a
commit 072c959d23
3 changed files with 91 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ type QueryFunctionDef struct {
Name string `json:"name"`
Category string `json:"category"`
Params []QueryFunctionParamDef `json:"params"`
DefaultParams []string `json:"defaultParams"`
DefaultParams []interface{} `json:"defaultParams"`
}
type QueryFunctionParamDef struct {