Commit 907dd97
authored
feat(reporter): default service to Comm (#205)
while looking at profiles, there seems to be a lot of very-short lived
processes from cilium, ctr, or crictl, for which traces contain a valid
Comm (since it is set as the profile root frame), but service is not
detected.
default the service name to `Comm` to further increase the number of
process for which the service is successfully detected. in theory, comm
should always be equivalent to path.Base(execPath).1 parent f96b70e commit 907dd97
1 file changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
456 | 464 | | |
457 | 465 | | |
458 | | - | |
459 | | - | |
460 | | - | |
| 466 | + | |
461 | 467 | | |
462 | | - | |
463 | | - | |
464 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
465 | 472 | | |
466 | 473 | | |
467 | 474 | | |
468 | 475 | | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
0 commit comments