Commit 65589aa
authored
ci: Exclude HTTP 5xx metrics from comparisons (#7671)
## Which problem is this PR solving?
- Part of #7617
## Description of the changes
- This PR introduces the changes to filter out 503 calls to reduce the
flakiness in the metrics comparision.
## How was this change tested?
- I used the artifacts form
https://github.com/jaegertracing/jaeger/actions/runs/19589467818/job/56105108460
and
https://github.com/jaegertracing/jaeger/actions/runs/19596403385/job/56121587792?pr=7666
to manually test the script. Before changes the 503 calls were listed as
metrics added/deleted but after changes they are being filtered
correctly.
Before changes
<img width="1885" height="299" alt="image"
src="https://github.com/user-attachments/assets/0bac1ceb-f8a9-47f3-b841-41639c4841c8"
/>
After changes
<img width="1805" height="77" alt="image"
src="https://github.com/user-attachments/assets/96e6d79c-352a-43a9-9da6-868791634277"
/>
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `npm run lint` and `npm run test`
---------
Signed-off-by: Tushar Anand <tusharannand@gmail.com>1 parent 72eca6e commit 65589aa
1 file changed
+40
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
29 | 64 | | |
30 | 65 | | |
31 | 66 | | |
| |||
58 | 93 | | |
59 | 94 | | |
60 | 95 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
64 | 101 | | |
65 | 102 | | |
66 | 103 | | |
| |||
0 commit comments