[ENH] Make dirty_log_collections metric mcmr-aware.#6353
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Make Updates Key Changes• Moved Possible Issues• If This summary was automatically generated by @propel-code-bot |
| } | ||
| self.metrics | ||
| .dirty_log_collections | ||
| .record(rollups.len() as u64, &[]); |
There was a problem hiding this comment.
wont this overcount now
There was a problem hiding this comment.
cant you have more than one dirty log entry per collection
There was a problem hiding this comment.
Say more? There can be more than one dirty log entry, but I'm logging post-dedupe.
There was a problem hiding this comment.
if you're logging post-dedupe that makes sense
0d6209d to
8954a9d
Compare
- **[ENH]: Cache rust git submodules in mounted volume (#6424)** - **[CHORE](k8s) increase dev CPU limits from 100m to 200-300m (#6435)** - **[ENH] replace live cloud tests with k8s integration tests (#6434)** - **[ENH] Make dirty_log_collections metric mcmr-aware. (#6353)** - **[ENH] Quantized Spann Segment Writer (#6397)** - **[ENH] Wire up quantized writer in compaction (#6399)** - **[ENH] Quantized Spann Segment Reader (#6405)** - **[ENH] Wire up quantized reader in new orchestrator (#6409)** - **[ENH] Garbage collect usearch index files (#6416)** - **[ENH] Trace quantized spann implementation (#6425)** - **[ENH]: Precompute data chunk len() (#6442)** - **[BUG]: Compaction version file flush was incomplete on MCMR (#6423)** - **[DOC]: Fixed broken links in Readme (#6440)** - **[DOC] Fix link to Rust documentation (#6443)** - **[ENH]: Allow users to disable FTS in schema (#6214)** --------- Co-authored-by: Robert Escriva <[email protected]> Co-authored-by: Macronova <[email protected]> Co-authored-by: Nilpotent <[email protected]> Co-authored-by: anderk222 <[email protected]> Co-authored-by: Sanket Kedia <[email protected]>
Description of changes
I'd like this metric to track total dirty collections. I got 30k dirty and it didn't move.
Test plan
Eyeballs.
Migration plan
N/A
Observability plan
Watch on staging.
Documentation Changes
N/A