Skip to content

Grafana Panel: repeat options #590

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

Open
Trolls opened this issue Jan 7, 2025 · 2 comments
Open

Grafana Panel: repeat options #590

Trolls opened this issue Jan 7, 2025 · 2 comments

Comments

@Trolls
Copy link

Trolls commented Jan 7, 2025

What would you like to be added:

I think it could be a good thing to support the "Repeat option" in the grafana panels ?

Why is this needed:

In my case, i use variables to generate dynamically panels

@AgnesToulet
Copy link
Contributor

Hi! We do support repeated panels in dashboard screenshots and you can also generate an image from a repeated panel. Could you give a concrete example of what you are trying to render (an API call you are trying to make or a UI feature you are trying to use), the result you get and the result you would like to get please? Thanks!

@Trolls
Copy link
Author

Trolls commented Jan 10, 2025

Hi,

Yes sorry i d'ont update my post.

I can generate an image from a panel with the repeat option from the GUI.
But, with the API call, like with python libs requests, i don't know how to get the panel ID of the 2nd panel generated from the repeat.

To get all panel ID, i list all information of the dashboard.

URL: from 1st panel:

http://x.x.x.x:3000/render/d-solo/b1bf8cac-8c5a-4c06-bff7-98fcb0a02430/dashboard-01?orgId=1&var-Serial=1234&var-pool=All&var-Interval=1m&var-DKC=All&var-MPU=All&from=1733095551652&to=1733182634063&panelId=215&width=1000&height=500&scale=1&tz=Europe%2FParis

2nd panel generated from repeat panel:
http://x.x.x.x:3000/render/d-solo/b1bf8cac-8c5a-4c06-bff7-98fcb0a02430/dashboard-01?orgId=1&var-Serial=1234&var-pool=All&var-Interval=1m&var-DKC=All&var-MPU=All&from=1733095551652&to=1733182634063&panelId=246&width=1000&height=500&scale=1&tz=Europe%2FParis

Many thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants