Commit 268f5cd
committed
✨ feat(imports): add aggregate summary blocks to multi-input follow-imports reports
- Add batch_summary rollup for attempted, processed, failed, materialized, suppressed, dedupe, and warning-by-code counts
- Add retry_summary block totaling failed-output and failed-manifest activity with aggregate retry artifact paths
- Add batch_error_summary block counting inputs with follow-level batch_error payloads and error code distribution
- Add state_summary block rolling up truncation and checkpoint-reset visibility plus reset-reason counts
- Add pending_summary block counting inputs with trailing pending bytes and highlighting largest pending backlog
- Add watch_summary block rolling up watch-event kind counts plus mode-transition pairs
- Emit idle aggregate reports when pending_summary or state_summary are present to surface backlog and reset events
- Update operator docs and JSON fixtures to describe all six summary blocks1 parent 9faa17f commit 268f5cd
7 files changed
Lines changed: 810 additions & 60 deletions
File tree
- docs/go
- maintainer
- operator
- internal/app
- testdata
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
152 | 159 | | |
153 | 160 | | |
154 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
186 | | - | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
188 | 197 | | |
189 | 198 | | |
190 | 199 | | |
191 | 200 | | |
192 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
193 | 245 | | |
194 | 246 | | |
195 | | - | |
| 247 | + | |
196 | 248 | | |
197 | 249 | | |
198 | 250 | | |
| |||
202 | 254 | | |
203 | 255 | | |
204 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
205 | 261 | | |
206 | | - | |
| 262 | + | |
207 | 263 | | |
208 | 264 | | |
209 | 265 | | |
210 | 266 | | |
211 | 267 | | |
212 | | - | |
| 268 | + | |
| 269 | + | |
213 | 270 | | |
214 | | - | |
| 271 | + | |
215 | 272 | | |
216 | 273 | | |
217 | 274 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
222 | 287 | | |
223 | 288 | | |
224 | 289 | | |
| |||
229 | 294 | | |
230 | 295 | | |
231 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
232 | 300 | | |
233 | 301 | | |
234 | 302 | | |
| |||
0 commit comments