frp/pkg/metrics
fatedier eeb0dacfc1
pkg/metrics/mem: remove redundant map write-backs and optimize proxy lookup (#5221)
Remove 4 redundant pointer map write-backs in OpenConnection,
CloseConnection, AddTrafficIn, and AddTrafficOut since the map stores
pointers and mutations are already visible without reassignment.

Optimize GetProxiesByTypeAndName from O(n) full map scan to O(1) direct
map lookup by proxy name.
2026-03-08 10:40:39 +08:00
..
aggregate web/frps: add detailed client and proxy views with enhanced tracking (#5144) 2026-01-31 02:18:35 +08:00
mem pkg/metrics/mem: remove redundant map write-backs and optimize proxy lookup (#5221) 2026-03-08 10:40:39 +08:00
prometheus web/frps: add detailed client and proxy views with enhanced tracking (#5144) 2026-01-31 02:18:35 +08:00
metrics.go Code refactoring related to message handling and retry logic. (#3745) 2023-11-06 10:51:48 +08:00