-
Notifications
You must be signed in to change notification settings - Fork 2
Mark KeyViz adapter labels implemented #1028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| status: proposed | ||
| status: implemented | ||
| phase: 2-C+ | ||
| parent_design: docs/admin_ui_key_visualizer_design.md | ||
| author: bootjp | ||
|
|
@@ -579,7 +579,7 @@ from PR #694: Claude bot critical, Gemini high.) | |
| The fan-out aggregator's per-cell merge key gains the label: | ||
|
|
||
| - Phase 2-C (current): `(bucketID, raftGroupID, leaderTerm, | ||
| windowStart)` per design `2026_04_27_proposed_keyviz_cluster_fanout.md` | ||
| windowStart)` per design `2026_04_27_implemented_keyviz_cluster_fanout.md` | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This new reference is broken in the current tree: searching Useful? React with 👍 / 👎. |
||
| §4. | ||
| - With labels: same tuple — but `bucketID` itself now carries the | ||
| label via the §5 composite (`route:1:dynamo`). The merge key | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This status now advertises the adapter-label design as complete, but the current tree still lacks the implementation the document describes:
keyviz.Sampler.Observestill has no label parameter (keyviz/sampler.go:79), there is nokeyviz/labels.gofrom a repo-wide file search, and the JSONKeyVizRowstill has nolabelfield (internal/admin/keyviz_handler.go:86). In any checkout after this commit, design/status consumers will treat per-adapter KeyViz labels as available even though operators cannot enable--keyvizLabelsEnabledor get labeled rows, so this should remain proposed/partial until the implementation is present in the same tree.Useful? React with 👍 / 👎.