mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 05:42:01 +08:00
- Introduced global locks to protect concurrent writes to metrics maps in the LogRequest function. - Ensured thread safety for updating status codes, path latencies, and recent requests, preventing data races. - Improved overall reliability of metrics logging during high concurrency scenarios.