mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
progress on interval built in variable
This commit is contained in:
@@ -66,7 +66,7 @@ function (queryDef) {
|
||||
esAgg.format = "epoch_millis";
|
||||
|
||||
if (esAgg.interval === 'auto') {
|
||||
esAgg.interval = "$interval";
|
||||
esAgg.interval = "$__interval";
|
||||
}
|
||||
|
||||
if (settings.missing) {
|
||||
|
||||
Reference in New Issue
Block a user