Commit b0d3cae
Add Show spans/Show logs visibility toggles to trace waterfall panel
Users can now independently show/hide spans and log events in the trace
waterfall using dedicated checkboxes. The 'Show spans' checkbox is always
visible; the 'Show logs' checkbox appears when a log source is configured.
Filtering is applied client-side after the DAG flattening step, so the
toggle state has no effect on data fetching. Counts in the header update
to reflect only visible rows.
Co-authored-by: Mike Shi <mike@hyperdx.io>1 parent 5c6da48 commit b0d3cae
2 files changed
Lines changed: 83 additions & 7 deletions
File tree
- packages/app/src/components
- __tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
| 613 | + | |
| 614 | + | |
613 | 615 | | |
614 | 616 | | |
615 | 617 | | |
| |||
737 | 739 | | |
738 | 740 | | |
739 | 741 | | |
740 | | - | |
741 | | - | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
742 | 752 | | |
743 | 753 | | |
744 | 754 | | |
| |||
763 | 773 | | |
764 | 774 | | |
765 | 775 | | |
766 | | - | |
| 776 | + | |
767 | 777 | | |
768 | 778 | | |
769 | 779 | | |
| |||
940 | 950 | | |
941 | 951 | | |
942 | 952 | | |
943 | | - | |
| 953 | + | |
944 | 954 | | |
945 | 955 | | |
946 | 956 | | |
| |||
952 | 962 | | |
953 | 963 | | |
954 | 964 | | |
955 | | - | |
956 | | - | |
| 965 | + | |
957 | 966 | | |
958 | 967 | | |
959 | 968 | | |
| |||
1013 | 1022 | | |
1014 | 1023 | | |
1015 | 1024 | | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
1016 | 1041 | | |
1017 | 1042 | | |
1018 | 1043 | | |
| |||
1071 | 1096 | | |
1072 | 1097 | | |
1073 | 1098 | | |
1074 | | - | |
| 1099 | + | |
1075 | 1100 | | |
1076 | 1101 | | |
1077 | 1102 | | |
| |||
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
313 | 364 | | |
314 | 365 | | |
315 | 366 | | |
| |||
0 commit comments