chore: correct vm ui link and include in json benchmark result#3234
chore: correct vm ui link and include in json benchmark result#3234
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe changes add traces URL tracking to benchmark result structures by updating the trace provider interface to accept an end timestamp parameter, modifying URL generation logic in the Victoria Metrics implementation, and propagating the computed traces URL through result collection and storage. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Claude finished @chatton's task in 1m 28s —— View job Code Review
SummaryThis is a small, focused change that fixes the VMUI URL format for VictoriaTraces and propagates the link into the JSON benchmark result. The logic is straightforward and clean. Observations
|
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3234 +/- ##
=======================================
Coverage 61.67% 61.67%
=======================================
Files 120 120
Lines 12635 12635
=======================================
Hits 7793 7793
Misses 3968 3968
Partials 874 874
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overview
This PR includes the correct link for vm traces. When a benchmark runs, it will include the timespan window to look for traces.
We will then be able to query this via a frontend or manually.
Summary by CodeRabbit