I recently updated my Storj node to version 1.148.3 on Windows. Since the update, I’ve noticed a discrepancy in the storage statistics.
Windows Native Dashboard (Port 14002): Displays the correct total and used storage as expected.
Grafana Dashboard: Shows different (incorrect) values for the total storage compared to what it was before the update.
It was working perfectly fine and showing matching values until the update to 1.148.3. I haven’t changed any configurations on my Prometheus or Grafana setup during the update process.
Is anyone else experiencing this? Do I need to update my storj-exporter or adjust the Prometheus queries for this specific version?
Any help or guidance would be greatly appreciated. Thank you!
Go to http://nodeip:port/api/sno and check values. Then you can understand what values you should use in your dashboard. Used now is a sum of really used, trash and reclaimable.
I just forked from TheChrisTech and added the new data fields: to the storj-exporter container. Image is available on Docker Hub: andreasthesc/storj-exporter
The Grafana Dashboard I will look into maybe tomorrow - mostly you have to exchange “available” with “allocated” Diskspace