Commit 4c986f2
committed
[gateway] quiet per-translation log spam in HTTPRoute processing
The shared backplane re-runs a full Gateway-API translation every few
seconds, and each pass logged an Info line per HTTP filter plus a
spurious "No valid HTTP backends" Error for every DirectResponse-backed
route (which legitimately has no backendRefs). Together these accounted
for ~3 log events/s per edge cluster and pushed the staging namespace
into Vector's per-namespace ingest cap.
Demote the per-filter line to Debug and only log the no-valid-backends
error when the translator actually injects the 500 fallback.1 parent 593ab11 commit 4c986f2
2 files changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
273 | 276 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
0 commit comments