hiero-ledger / hiero-ledger/hiero-consensus-node
RuntimeObjectRegistry should auto-register metrics
Open
Platform
Tech Debt Reduced
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
Currently we have to manually register metrics for the `RuntimeObjectRegistry`. It would be nice if the `RuntimeObjectRegistry` created new metrics on-demand. This would also have the added benefit that we would not have metrics for object types we may not be using (e.g. if Hedera removes all `MerkleMap`s, they don't need to be tracking the number in memory).
Contributor guide
Assessment
This issue has not been assessed yet.