Commit 00acf4c
committed
fix(stats): don't feed inferred proxy spans to client-side stats concentrator
Inferred spans (API Gateway Tracing) were being fed to the stats
concentrator in the early-exit path, creating a separate aggregation
bucket with empty http.method/http.endpoint. This doubled the hit count
in client-side stats, breaking the system test assertion ok_hits == 5.
Inferred spans are proxy-level spans that don't represent real service
calls and should not be included in client-side stats.1 parent b7eb412 commit 00acf4c
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1535 | 1535 | | |
1536 | 1536 | | |
1537 | 1537 | | |
1538 | | - | |
1539 | | - | |
1540 | | - | |
1541 | | - | |
1542 | | - | |
1543 | | - | |
1544 | | - | |
1545 | 1538 | | |
1546 | 1539 | | |
1547 | 1540 | | |
| |||
0 commit comments