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

Variable going crazy after grafana migration #1552

Closed
AntoineThebaud opened this issue Oct 27, 2023 · 1 comment · Fixed by #1763
Closed

Variable going crazy after grafana migration #1552

AntoineThebaud opened this issue Oct 27, 2023 · 1 comment · Fixed by #1763
Labels
bug Something isn't working priority/P0 Needed before next release

Comments

@AntoineThebaud
Copy link
Contributor

AntoineThebaud commented Oct 27, 2023

Context

I encountered a case with a specific dashboard where doing grafana migration will cause to have some variables recomputing endlessly.

See video:

2023-10-27_14h38_27.mp4

These 2 variables have in common that they are relying on a query that uses $__range as time range argument to a promQL function. If I replace these by hardcoded timeranges, the issue stops. See video:

2023-10-27_14h42_00.mp4

I didnt time to check if the same is happening with a dashboard created from scratch, but I don't expect this to be linked with the fact this is a migrated dashboard. However maybe the issue is happening only when you have a quite big amount of data queried behind the scenes? (Which is the case in the example provided).

Perses version

main-2023-10-26-d44ceabd

@AntoineThebaud AntoineThebaud added bug Something isn't working priority/P0 Needed before next release labels Oct 27, 2023
@Gladorme
Copy link
Member

I am checking if I can fix the issue. For now, I see that if you close all group panels of the dashboard, it's stopping the issue 🤔

Gladorme added a commit that referenced this issue Feb 15, 2024
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Nexucis pushed a commit that referenced this issue Feb 16, 2024
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority/P0 Needed before next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants