Grafana shows incorrect total storage since node update to 1.148.3

Hello everyone,

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!



스크린샷 2026-03-08 123025

API changes, you need to update Storj-exporter to use allocated instead of available, and update grafana as well

3 Likes

Having the same problem. It is using the Free Space as Total Space.

Is the Image already updated? Or is the github not yet finished?

Storj-exporter hasn’t changed in 3 years - the maintainer may have moved on with life…

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.

There is also a fork from TheChrisTech or so. Hopefully he does some update, otherwise we need to fork it ourselves.

1 Like

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

Code Changes can be also seen in GitHub: andreasthesc/Storj-Exporter: Prometheus exporter for monitoring Storj storage nodes

7 Likes