GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
285 stars 71 forks source link

Metaqueries not found error after upgrade to 8.0.6 #137

Open kurianm opened 2 years ago

kurianm commented 2 years ago

I have installed meta queries. But after the upgrade of grafana to 8.0.6, it is not working. The Command run for installation is


✔ Downloaded goshposh-metaqueries-datasource v0.0.5 zip successfully

Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.```

```ls /var/lib/grafana/plugins/ | grep meta

goshposh-metaqueries-datasource

But when taking dashboard it is showing

DHC-Grafana

giom-l commented 2 years ago

I think you are having this message in your grafana logs

Some plugin scanning errors were found   errors="plugin '<plugin id>' is unsigned, plugin '<plugin id>' has an invalid signature"

I don't know since when Grafana is enforcing signature by default, I updated from v7.5.2 to v8.2.3 and hit the same issue. This plugin in unsigned and you need to set the following in your grafana.ini

[plugins]
allow_loading_unsigned_plugins=goshposh-metaqueries-datasource
asaf400 commented 1 year ago

https://github.com/GoshPosh/grafana-meta-queries/issues/155