Commit 092f75d
authored
Remove oversized truncated log validation from genai-v2 test (#618)
## Summary
- Remove the 1.2MB `logger.info("X" * 1_200_000)` from genai_service_v2
sample app — it exceeds CloudWatch OTLP endpoint's 1MB request size
limit, causing log export failures
- Remove the corresponding truncated log validation (template, enum,
validation config)
## Test plan
- [x] Ran trace validation locally — passed
- [x] Ran log validation locally — passed
- [x] Ran metric validation locally — passed1 parent 5418ca4 commit 092f75d
4 files changed
Lines changed: 0 additions & 19 deletions
File tree
- sample-apps/python/genai_service_v2
- validator/src/main
- java/com/amazon/aoc/fileconfigs
- resources
- expected-data-template/python/ec2/adot-genai-v2
- validations/python/ec2/adot-genai-v2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | 104 | | |
107 | 105 | | |
108 | 106 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
| |||
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
0 commit comments