You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve the existing API and wire contracts while adding explicit per-key spec filtering. Replace request-wide P2P and Mamba projections with ordered bounded reducers, retain exact fetch semantics, harden metadata and metrics error handling, and add differential, sanitizer, and million-key coverage.
Copy file name to clipboardExpand all lines: docs/prometheus-en_US.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,8 @@ every `kvcm.metrics.report_interval_ms`, default 20s).
134
134
|`manager.prefix_match_time_us`| gauge | Outer total latency for GetHostCacheState-style prefix matching (us) |
135
135
|`meta_searcher.indexer_get_time_us`| gauge | Wall time spent reading metadata through MetaIndexer (us) |
136
136
|`meta_indexer.get_io_time_us`| gauge | Metadata-backend wall time; local mode includes LRU/locks/copies and does not imply Redis I/O |
137
-
|`meta_searcher.host_projection_time_us`| gauge |GetHostCacheState visibility checks and host/spec projection time (us) |
138
-
|`meta_searcher.host_prefix_reduce_time_us`| gauge |GetHostCacheState normal/Mamba host-prefix reduction time (us) |
137
+
|`meta_searcher.host_projection_time_us`| gauge |CPU time for GetHostCacheState visibility/host/spec projection plus fused online reduction on streaming paths (us) |
138
+
|`meta_searcher.host_prefix_reduce_time_us`| gauge |Independent post-projection host-prefix reduction/selection; may be 0 on fully fused paths (us) |
139
139
|`meta_indexer.search_cache_hit_ratio`| gauge | Search cache hit ratio |
140
140
|`data_storage.create_keys_counter`| counter | Total created keys |
0 commit comments