api: add OOB BackendUtilization#9400
Conversation
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b0e29a4678
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9400 +/- ##
==========================================
- Coverage 75.49% 75.48% -0.01%
==========================================
Files 252 252
Lines 41642 41642
==========================================
- Hits 31438 31435 -3
- Misses 8073 8075 +2
- Partials 2131 2132 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5923722feb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| // The backend must implement OpenRcaService for this to take effect. | ||
| // +optional | ||
| // +notImplementedHide | ||
| OOB *OOBReporting `json:"oob,omitempty"` |
There was a problem hiding this comment.
thoughts on oob vs outOfBand ? latter feels clearly without having to read all the doc text
What this PR does / why we need it:
Adds API fields to support ORCA Out-of-Band reporting
Which issue(s) this PR fixes:
xRef #9401