You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add support for __from and __to variables in alert queries (#180)
Fixes variable interpolation for Grafana alerting by adding support for:
- ${__from} and ${__to} variables (millisecond timestamps)
- ${__from:date:iso} and ${__to:date:iso} variables (ISO format)
// feature: probably implement a short (1s ? 500ms ? configurable in datasource ? beware memory: constrain size ?) life cache (druidInstanceSettings.cache ?) and early return then
0 commit comments