Commit acc678c3 by kvc-code Committed by Torkel Ödegaard

InfluxDB: Enable interpolation within ad-hoc filter values for InfluxDB data source (#18077)

parent 1b5bc450
......@@ -269,7 +269,7 @@ export default class InfluxQueryModel {
renderAdhocFilters(filters: any[]) {
const conditions = _.map(filters, (tag, index) => {
return this.renderTagCondition(tag, index, false);
return this.renderTagCondition(tag, index, true);
});
return conditions.join(' ');
}
......
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