You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install plugin using sudo grafana-cli plugins install redis-datasource;
Restart grafana-server service;
Service status shows error: lvl=eror msg="Failed to start plugin" logger=plugins.backend pluginId=redis-datasource error="fork/exec /var/lib/grafana/plugins/redis-datasource/redis-datasource_linux_arm64: no such file or directory";
When saving datasource error is shown: Plugin health check failed.
Expected behavior
Error should not be shown in service status and plugin should work.
I believe executable for arm64 is expected in /var/lib/grafana/plugins/redis-datasource. Currently it contains only following:
Hello @gytisrepecka, thank you for submitting the issue.
Unfortunately, Linux on Arm64 is not supported in Grafana SDK grafana-plugin-sdk-go and I have submitted enhancement request grafana/grafana-plugin-sdk-go#220.
Do you want to try it and let me know if it works for you? Because the plugin is unsigned, you will need to allow unsigned plugin as described in the BUILD instructions.
Describe the bug
ARM64 executable missing.
Version
Redis plugin for Grafana v1.1.2
Grafana v7.1.3
Ubuntu focal v20.04 (arm64)
Steps to reproduce
sudo grafana-cli plugins install redis-datasource
;grafana-server
service;lvl=eror msg="Failed to start plugin" logger=plugins.backend pluginId=redis-datasource error="fork/exec /var/lib/grafana/plugins/redis-datasource/redis-datasource_linux_arm64: no such file or directory"
;Plugin health check failed
.Expected behavior
Error should not be shown in service status and plugin should work.
I believe executable for arm64 is expected in
/var/lib/grafana/plugins/redis-datasource
. Currently it contains only following:The text was updated successfully, but these errors were encountered: