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
I use Grafana global variables for timestamps and resolution which works fine but ${__interval} is not resolved on public dashboards. On my REST API, I see Infinity making requests like this:
Describe the bug
I use Grafana global variables for timestamps and resolution which works fine but
${__interval}
is not resolved on public dashboards. On my REST API, I see Infinity making requests like this:/time-series-data?from=2025-01-15T0 0%3A00%3A00Z&resolution=%24%7B__interval%7D&to=2025-01-15T23%3A59%3A59.999Z
from
andto
are resolved correctly,interval
is not.Steps to reproduce
${__interval}
in a query parameter (screenshot)Screenshots
Version Details:
The text was updated successfully, but these errors were encountered: