Make grafan-kiosk compatible with grafana 9 UID vs ID#90
Make grafan-kiosk compatible with grafana 9 UID vs ID#90nissessenap wants to merge 1 commit intografana:mainfrom
Conversation
This is a PoC and far from ready to become merged.
|
Edvin Norling seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
i'm not having any issues running the kiosk with grafana 9.4.3, is it hanging somewhere, any logs? |
|
So I literately left my job yesterday so I can't access those files any more. But as I tried to explain in #80 this is the issue of not being able to define the id vs uid of the target play list. I don't keep my grafana instances consistent through a database but rather through gitops. So when my grafana instances restarts due to kubernetes moving it around or what ever I will get assigned a new UID. And due to this it's unable to find my playlist. So I need the old id functionality to be able to know what I should configure as target URL in kiosk since the ID is deterministic. I updated the PR subject to make this a bit more clear @briangann |
This is a PoC for #80 and far from ready to become merged.