Commit aee8f0b7 by Torkel Ödegaard

opentsdb: fix for OpenTSDB and multi value template variable in metric field, fixes #7754

parent b272f514
...@@ -372,7 +372,7 @@ function (angular, _, dateMath) { ...@@ -372,7 +372,7 @@ function (angular, _, dateMath) {
} }
var query = { var query = {
metric: templateSrv.replace(target.metric, options.scopedVars), metric: templateSrv.replace(target.metric, options.scopedVars, 'pipe'),
aggregator: "avg" aggregator: "avg"
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment