Commit 4a6eed2
authored
feat: [Trace Stats] Do not set ClientStatsPayload.hostname (#905)
# This PR
As APM Stats team suggested, `ClientStatsPayload.hostname` should be
left empty so the trace stats backend can aggregate stats properly.
# Testing
Still some undercounting. Expecting 5000 for the `highvolume` (with
concurrency) tests, but seeing 4xxx for some runtimes. Will keep
investigating.
<img width="1457" height="381" alt="Screenshot 2025-10-23 at 3 28 04 PM"
src="https://github.com/user-attachments/assets/6bb1e231-49de-4924-a476-826fe1e645ff"
/>
<img width="1453" height="369" alt="Screenshot 2025-10-23 at 3 29 21 PM"
src="https://github.com/user-attachments/assets/91dbd642-a637-41e3-be3f-88f83b4a022c"
/>
# Notes
#688
https://datadoghq.atlassian.net/browse/SVLS-69071 parent cf23e14 commit 4a6eed2
3 files changed
Lines changed: 7 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
| 995 | + | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | 94 | | |
96 | | - | |
97 | 95 | | |
98 | | - | |
99 | 96 | | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 101 | + | |
110 | 102 | | |
111 | 103 | | |
112 | 104 | | |
| |||
135 | 127 | | |
136 | 128 | | |
137 | 129 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
| 130 | + | |
144 | 131 | | |
145 | 132 | | |
146 | 133 | | |
| |||
169 | 156 | | |
170 | 157 | | |
171 | 158 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 159 | + | |
178 | 160 | | |
179 | 161 | | |
180 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
107 | | - | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 113 | + | |
119 | 114 | | |
120 | 115 | | |
121 | 116 | | |
| |||
125 | 120 | | |
126 | 121 | | |
127 | 122 | | |
128 | | - | |
129 | 123 | | |
130 | 124 | | |
131 | 125 | | |
132 | 126 | | |
133 | 127 | | |
134 | | - | |
135 | 128 | | |
136 | 129 | | |
137 | 130 | | |
| |||
161 | 154 | | |
162 | 155 | | |
163 | 156 | | |
164 | | - | |
| 157 | + | |
| 158 | + | |
165 | 159 | | |
166 | 160 | | |
167 | 161 | | |
| |||
0 commit comments