Commit 5e60242
fix: reduce Fargate scrape/batch intervals for faster test validation
The cumulativetodelta processor needs 2+ scrape cycles before producing
output. With 1m scrape interval + 60s batch timeout, data takes ~4-5 min
to appear in CloudWatch Logs after the collector starts. Combined with
Fargate pod startup time (~2-3 min), the total exceeds the validator's
7-minute retry window.
Reduce scrape_interval to 15s and batch timeout to 15s so data flows
within ~1-2 min of collector startup, well within the validation window.1 parent 0599664 commit 5e60242
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
409 | | - | |
| 410 | + | |
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
| |||
0 commit comments