-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Service Arch
-
Service Arch 2024-04-29
The global histogram is protected with a mutex. We can make a new version of OperationLatencyHistogram that uses atomics to update histogram buckets and other metrics, and then remove the mutex.
- duplicates
-
SERVER-89638 Make the global histogram in `Top` lock-free
- Closed