Skip to content

Monitoring for node.Store #98

Open
@Wondertan

Description

@Wondertan

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

Metadata

Metadata

Assignees

Labels

area:metricsRelated to measuring/collecting node metricsarea:repositoryIssues related to Node's or Core's repositoryenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions