[v11.1.x] InfluxDB: Fix sending range info on variable editor (#89386)
InfluxDB: Fix sending range info on variable editor (#89347)
send range info in range field
(cherry picked from commit e5a50a7db8)
This commit is contained in:
@@ -40,7 +40,7 @@ export class InfluxVariableSupport extends CustomVariableSupport<InfluxDatasourc
|
||||
query: interpolated,
|
||||
maxDataPoints: request.targets[0].maxDataPoints ?? 1000,
|
||||
},
|
||||
request.range
|
||||
{ range: request.range }
|
||||
)
|
||||
);
|
||||
return metricFindStream.pipe(map((results) => ({ data: results })));
|
||||
|
||||
Reference in New Issue
Block a user