We want set dynamic time duration when generate recoding rules, support using variable during e.g. - with (a = 2h) (up{job="samples"}[a]) - with (a = "2h") (up{job="samples"}[a]) - with (hours = (day_of_month() - 1) * 24 + hour() + "h") (up{job="samples"}[hours]) related issue: [dynamic time duration](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4025)