celestiaorg / celestiaorg/celestia-node
Monitoring for `node.Store`
Open
area:metrics
area:repository
enhancement
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
The Node's Store manages every storage footprint from the node, including KVStores, storage for shares, configs, private keys, and with mainline FS implementation also manages the root folder of the node.
The Store interface should be extended to provide some basic observability over it:
* Disk usage
* Ideally, with a granularity of what is taking how much
* Total/free space of the underlying FS
On top of that, basic monitoring should be built using async in64 counter from Otel
Contributor guide
Assessment
This issue has not been assessed yet.