initial pipeline for functions processing

This commit is contained in:
Alexander Zobnin
2021-05-24 17:46:49 +03:00
parent 7748508a5c
commit 3f7cabcd53
4 changed files with 48 additions and 2 deletions

View File

@@ -122,8 +122,6 @@ func (ds *ZabbixDatasource) QueryData(ctx context.Context, req *backend.QueryDat
ds.logger.Debug("DS query", "query", q)
if err != nil {
res.Error = err
} else if len(query.Functions) > 0 {
res.Error = ErrFunctionsNotSupported
} else if query.Mode != 0 {
res.Error = ErrNonMetricQueryNotSupported
} else {