I am using my rapberry pi 4 as a new node. I am running already 5 other node mostly on debian and ubuntu with storj-exporter, prometheus and grafana without problems.
Now after i installed my first node on raspberry i cant get this node to grafana. I think the problem is on storj-exporter where i get this on startup:
docker run -d --restart=unless-stopped --link=storagenode --name=storj-exporter -p 9651:9651 anclrii/storj-exporter:latest
this is the output - but with docker images i see this image running
Status: Downloaded newer image for anclrii/storj-exporter:latest
WARNING: The requested imageās platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
Should it work on raspberry or not?
Added info: sudo ss -tulpn does not show the port 9651 anywhere