initial pipeline for functions processing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user