Commit f63d6cf
committed
chore: add boundary way metrics and indexing improvements to ImportStatistics and ImportService
- Introduced `boundaryWaysProcessed` and `boundaryPhaseEntitiesRead` metrics in ImportStatistics.
- Updated phase 1.1.2 to show detailed boundary processing stats.
- Enhanced ImportService with boundary-specific metrics tracking and reset logic.1 parent 0e49556 commit f63d6cf
2 files changed
Lines changed: 31 additions & 26 deletions
File tree
- src/main/java/com/dedicatedcode/paikka/service/importer
Lines changed: 4 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
302 | | - | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | 313 | | |
329 | 314 | | |
330 | 315 | | |
| |||
1394 | 1379 | | |
1395 | 1380 | | |
1396 | 1381 | | |
1397 | | - | |
| 1382 | + | |
1398 | 1383 | | |
1399 | 1384 | | |
1400 | 1385 | | |
| |||
Lines changed: 27 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | | - | |
101 | | - | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
220 | 240 | | |
221 | 241 | | |
222 | 242 | | |
| |||
437 | 457 | | |
438 | 458 | | |
439 | 459 | | |
440 | | - | |
441 | | - | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
442 | 463 | | |
443 | | - | |
444 | | - | |
445 | | - | |
| 464 | + | |
| 465 | + | |
446 | 466 | | |
447 | 467 | | |
448 | 468 | | |
| |||
0 commit comments