Commit e4492f4
committed
fix(grpc): correct event field mappings in protobuf conversion
Fix two bugs in trace.Event to protobuf conversion:
1. Thread.Compat now correctly maps to IsCompat (compat syscall mode)
- Was incorrectly using ContainerStarted
- Compat refers to 32-bit syscalls on 64-bit systems
2. Container.IsRunning now populated from ContainerStarted flag
- Field was previously never set1 parent fc8d2af commit e4492f4
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
| 818 | + | |
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| |||
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
843 | | - | |
844 | | - | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
845 | 846 | | |
846 | 847 | | |
847 | 848 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments