Commit cc0afc5
committed
fix(proto): align informer ProcessState widths with service.v1.Status; correct TCP PHP namespace
- informer/v1.ProcessState.pid: int64 → int32 (POSIX, matches service.v1.Status.pid)
- informer/v1.ProcessState.cpu_percent: double → float (matches service.v1.Status.cpu_percent)
- tcp/v1 PHP namespace: RoadRunner\Tcp → RoadRunner\TCP (matches HTTP/KV convention)
Surfaced by Copilot review on PR #74.1 parent 137d5aa commit cc0afc5
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments