Commit 282cb73d by Lukas Siatka Committed by GitHub

Chore: adds policy interpolation in influxdb queries (#25500)

parent b15a401e
......@@ -179,6 +179,7 @@ export default class InfluxDatasource extends DataSourceApi<InfluxQuery, InfluxO
...query,
datasource: this.name,
measurement: this.templateSrv.replace(query.measurement, scopedVars, 'regex'),
policy: this.templateSrv.replace(query.policy, scopedVars, 'regex'),
};
if (query.rawQuery) {
......
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