Add and expose metrics in ObjectStore Trait
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*)
The current ObjectStore Trait and implementations do not collect and expose any metrics.
Add some metrics like read/write/delete ops counts, scan bytes, elapse times etc and expose them will be very useful
in the production environment.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Research direction
Start by locating the ObjectStore Trait and each of its implementations, then review how their read, write, delete, and scan operations are structured. Define the metric scope and exposure point with maintainers; done means the agreed operation counts, scanned bytes, and elapsed times are collected and accessible across the relevant implementations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100