-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Service Arch
Use the new API to partition hot, service-level counters (e.g. physicalBytesIn and physicalBytesOut). As part of this ticket (or a sub-task), we should also remove Counter64 by either:
- Using partitioned counters if the instance of Counter64 qualifies (it's a service-level, hot counter).
- Using basic atomics (i.e. AtomicWord<uint64_t>).