Commit b70e4ce
Remove legacy_server_opt stats counter
Summary:
Remove the `legacy_server_opt` statistics counter from TPR structs and all related logging/tracking code.
The legacy stats counter was used during the rollout of the new TPR server optimization. Since the rollout is complete and only `new_server_opt` is needed for monitoring, the legacy counter creates unnecessary overhead and code complexity. This is the first step in a cleanup - the next commit will rename `new_server_opt` to `server_opt` for clarity purposes.
Simplifies TPR codebase by removing deprecated metrics. Reduces memory footprint of TPR stats structures and eliminates confusion between legacy vs new server optimization metrics.
Reviewed By: nikhildl12
Differential Revision: D80843067
fbshipit-source-id: 9746f24cde34b278e7da1071fb86ec26c8d7ba331 parent e3b5100 commit b70e4ce
3 files changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | | - | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
0 commit comments