docs(changelog): fix broken Metrics Reference link - #432
Conversation
The Metrics Reference link in the 0.2.0 release notes points to docs/METRICS_REFERENCE.md, but the file now lives at docs/internal/metrics_reference.md. Update the relative link so it resolves again. Signed-off-by: LeonSGP43 <LeonSGP43@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe 0.1.0 changelog entry now links to ChangesChangelog update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized changelog link correction with no actionable merge-blocking risk remaining after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
ayushag-nv
left a comment
There was a problem hiding this comment.
Thanks for fixing this. Accepting
|
Merged — thank you @ayushag-nv for the review and for accepting this! |
* origin/main: (31 commits) feat(server): add Dockerfile for switchyard-server container image (NVIDIA-NeMo#421) fix: normalize empty content-filter responses instead of raising (NVIDIA-NeMo#358) feat(python): unify LLM classifier bindings (NVIDIA-NeMo#465) feat(libsy): record task_kind and agent_role on the run span (NVIDIA-NeMo#249) fix(translation): accept SSE data fields with no space after the colon (NVIDIA-NeMo#447) fix(client): strip api-key and OpenAI org/project headers before forwarding (NVIDIA-NeMo#420) fix(llm-client): detect native sglang context-overflow messages (NVIDIA-NeMo#426) refactor(protocol): use typed HTTP status codes (NVIDIA-NeMo#457) fix(translation): preserve chat reasoning details (NVIDIA-NeMo#415) docs(changelog): note packaging extras removal in Unreleased (NVIDIA-NeMo#433) docs(changelog): fix broken Metrics Reference link (NVIDIA-NeMo#432) feat(libsy-llm-client): Move retry logic from libsy to libsy-llm-client (NVIDIA-NeMo#431) fix(server): use normalized session IDs in routing stats (NVIDIA-NeMo#430) feat(benchmark): pre-bake hermes agent into dataset images for closed-book runs (NVIDIA-NeMo#350) fix: support json_object classifier responses (NVIDIA-NeMo#411) fix(metrics): extend LLM latency histogram buckets (NVIDIA-NeMo#385) feat(server): forward inbound Anthropic auth (NVIDIA-NeMo#372) fix(protocol): normalize nested metadata strings (NVIDIA-NeMo#422) Revert "ci: base full CI on changed paths (NVIDIA-NeMo#403)" (NVIDIA-NeMo#414) feat: Move `Decision::reasoning` to a log message (NVIDIA-NeMo#413) ... Co-authored-by: Michael Neale <michael.neale@gmail.com> Signed-off-by: Michael Neale <michael.neale@gmail.com> # Conflicts: # crates/switchyard-server/src/config.rs
What
The Metrics Reference link in the 0.2.0 release notes section of
CHANGELOG.mdpoints todocs/METRICS_REFERENCE.md, which no longer exists — the file now lives atdocs/internal/metrics_reference.md.Verification
Small docs correction submitted directly as a PR.
Signed-off-by: LeonSGP43 LeonSGP43@users.noreply.github.com
Summary by CodeRabbit