Conversation
✅ 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: d5d730073d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #9902 +/- ##
==========================================
- Coverage 81.31% 81.31% -0.01%
==========================================
Files 264 264
Lines 40973 41062 +89
==========================================
+ Hits 33319 33390 +71
- Misses 7653 7671 +18
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
1963bcb to
2a0e371
Compare
2a0e371 to
8a58c06
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4d3b4593a7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
803565c to
bbd229d
Compare
| // service, such as circuit breakers, timeouts, health checks, and load balancing. | ||
| // | ||
| // +optional | ||
| BackendSettings *ClusterSettings `json:"backendSettings,omitempty"` |
There was a problem hiding this comment.
Nit, the combination of BackendSettings and Backend is a bit confusing inside RateLimit.
There was a problem hiding this comment.
that's because backend in Ratelimit means the redis backend.
Rename to ClusterSettings, WDYT?
There was a problem hiding this comment.
ClusterSettings works for me.
acf44fb to
08ba30b
Compare
Signed-off-by: zirain <zirain2009@gmail.com>
08ba30b to
268861c
Compare
Signed-off-by: zirain <zirain2009@gmail.com>
ae190ba to
e71d046
Compare
|
/retest |
e71d046 to
33918e7
Compare
| // +optional | ||
| Telemetry *RateLimitTelemetry `json:"telemetry,omitempty"` | ||
|
|
||
| // ClusterSettings holds configuration for managing the connection to the rate limit |
There was a problem hiding this comment.
shouldnt this be BackendSettings similar to Policy counterpart ?
|
@codex review |
|
@codex review |
this's useful if users want to custom the
maxRequestsPerConnectionforratelimit_clusterinstead of usingEnvoyPatchPolicywe may not need this if we agree to allow #9816 withoutMergeBackendenabled.