-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Auto shift selector not working #16
Comments
Hi Tim, An ongoing bug in the real-time feature prevents the selector from changing shifts. I will refactor the plugin to solve this issue because a quick fix wasn't doable. I hope to give updates on this as soon as possible. |
Thanks for the reply. That would be great. Do you have any ETA on this? Don't want to push you, but I saw the last change to the shift selector was 10 months ago, so just curious if it's actively maintained. Then we can switch from your custom unpublished version to this published official one, haha. |
Just published the new version. With the new release v0.1.0 this should be fixed. Once the review of the plugin is done by Grafana you can directly install it from your dashboard, but in the meanwhile you can try it out by downloading and installing the latest release manually. |
@tdekoning93 Eventually refactored the whole codebase 🤣 it took a while to update the plugin. Sorry for that. I hope this update helps everyone using this plugin. I will try to maintain the plugin more actively. |
Thanks a lot! Will try it out. Big kudos from our side to you. |
Thanks, Tim! Please let me know if you stumble upon issues. The latest version should be released asap as it is reviewed and approved. |
Hi @isaozler, I have tested the plug-in and it does auto-select shifts now. However, if I have auto-refresh set for the dashboard, the plug-in turns it off on shift change. Any idea what could be causing this? |
/src/module.ts file seems to be missing a reference to the refreshInterval variable that is showcased in the README file. This would be added with code similar to below:
Not having this option is causing the panel to set the refresh interval to 'false' instead of a specified value. If i am mistaken on how to set the refresh interval please let me know. I have not worked with grafana plugins or compiling them so I cannot currently test if the code segment would fix this issue, I will try to test this if @isaozler doesn't respond. |
Thanks @Sourve I'll check next week if this resolves the issue. |
Thanks for pointing out Frank @fatbasstard 🙏 I will add a fallback so it won't break 👍 |
Any news on the progress @isaozler ? 😄 |
Following Monday, I will start working again 😅 🏖️ |
Released an update see changelog v0.1.3 |
@Sourve : I created a workaround so that it's possible to have a refresh rate by selecting the refresh rate from the panel property "Behaviour > Custom refresh interval." |
Hi @isaozler, |
It's currently under review by the Grafana Team; as soon as it's approved, it will be available to install. But you could also install it manually (unsigned) for testing. Usually, the review takes little time. |
Takes long, boring 😉 |
Any news on the Grafana approval @isaozler ? |
Am poking through Grafana support, our contacts at Grafana and everything.. You have a clue what's going on @isaozler ? |
I saw it was pending a new release because there was an issue. I have to submit a fixed version for a new review 😞 I will see if I can submit a new version by tomorrow. |
Any updates on the progress @isaozler ? |
👋 @fatbasstard Frank and all who are waiting, I just submitted the latest release for review at Grafana, containing all the fixes addressed by the Grafana Team. I know it took some time, but I'm doing my best to help you guys with this plugin. |
The latest release 0.1.4 is published 🙏 |
Thanks a lot for your efforts @isaozler |
Hey,
We wanted to start using the auto shift plugin, hoping it would help with automatically selecting the right shift. It doesn't seem to do that and I have no clue if thats due to us not using it correctly or something else being wrong. It also doesn't seem to change the timeframe even when having the auto refresh set to 5s.
We are still using Grafana 8.5.20. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: