mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
opentsdb: fix for OpenTSDB and multi value template variable in metric field, fixes #7754
This commit is contained in:
parent
b272f5144a
commit
aee8f0b75e
@ -372,7 +372,7 @@ function (angular, _, dateMath) {
|
||||
}
|
||||
|
||||
var query = {
|
||||
metric: templateSrv.replace(target.metric, options.scopedVars),
|
||||
metric: templateSrv.replace(target.metric, options.scopedVars, 'pipe'),
|
||||
aggregator: "avg"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user