Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ${__interval} in URL parameters is not resolved in public dashboards #1120

Open
fscherf opened this issue Jan 16, 2025 · 0 comments
Open

Comments

@fscherf
Copy link

fscherf commented Jan 16, 2025

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

  1. Setup a visualization with ${__interval} in a query parameter (screenshot)
  2. Share the dashboard via public link

Screenshots

Image

Version Details:

  • Grafana version : v11.4.0 (b58701869e)
  • Plugin version : 2.12.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant