yesoreyeram-boomtable-panel
yesoreyeram-boomtable-panel copied to clipboard
[Help Required] Release new version
What you are struggling with
We're using the sort order from https://github.com/yesoreyeram/yesoreyeram-boomtable-panel/commit/5b1c2ebc4665d77f0b0b681870a03c8ceb8ca084 in production. This fixes the column order when using the mixed datasource. Without that fix, the order randomly changes when the data is refreshed.
Could you consider releasing a new version to https://grafana.com/grafana/plugins/yesoreyeram-boomtable-panel/installation? This would allow us install the plugin unsing grafana-cli plugins install
.
What you tried
As a workaround, we're now manually checking out master and using that.
Related Issues and Links
(none)
As a workaround, we're now manually checking out master and using that.
How do you do it exactly? Thanks
I can't tell you exactly. Multiple teams were involved. I've tried to find a few pointers.
Basically:
- Clone the repo to
/var/lib/grafana/data/plugins/yesoreyeram-boomtable-panel
(or wherever your Grafana installation has it's plugin folder) - Check out the commit you want
- Restart grafana
There might be some pieces missing, those guides helped us: