mirror of
https://github.com/fatedier/frp.git
synced 2025-07-20 12:50:04 +07:00
metric: clear useless proxy statistics data
This commit is contained in:
@ -268,7 +268,7 @@ func (ctl *Control) stoper() {
|
||||
for _, pxy := range ctl.proxies {
|
||||
pxy.Close()
|
||||
ctl.svr.DelProxy(pxy.GetName())
|
||||
StatsCloseProxy(pxy.GetConf().GetBaseInfo().ProxyType)
|
||||
StatsCloseProxy(pxy.GetName(), pxy.GetConf().GetBaseInfo().ProxyType)
|
||||
}
|
||||
|
||||
ctl.allShutdown.Done()
|
||||
|
Reference in New Issue
Block a user