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 and to are resolved correctly, interval is not.
Steps to reproduce
- Setup a visualization with
${__interval} in a query parameter (screenshot)
- Share the dashboard via public link
Screenshots

Version Details:
- Grafana version : v11.4.0 (b58701869e)
- Plugin version : 2.12.1