mirror of
https://github.com/nspcc-dev/neo-exporter.git
synced 2026-03-01 04:28:48 +00:00
Export container size statistics #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Oct 10, 2025).
Originally assigned to: @smallhive on GitHub.
Is your feature request related to a problem? Please describe.
I'm always frustrated when we don't provide data we can provide.
Describe the solution you'd like
Container contract has
iterateAllReportSummariesmethod that exports per-container cumulative usage data. We need to export that as well as calculate and provide a per-cluster sum of both values.Describe alternatives you've considered
Not a lot of them.
Additional context
https://github.com/nspcc-dev/neofs-contract/releases/tag/v0.24.0