mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
update github actions (#3538)
This commit is contained in:
parent
efcc028a3d
commit
46ff40543a
33 changed files with 72 additions and 108 deletions
|
|
@ -29,11 +29,11 @@ func (m *serverMetrics) CloseClient() {
|
|||
m.clientCount.Dec()
|
||||
}
|
||||
|
||||
func (m *serverMetrics) NewProxy(name string, proxyType string) {
|
||||
func (m *serverMetrics) NewProxy(_ string, proxyType string) {
|
||||
m.proxyCount.WithLabelValues(proxyType).Inc()
|
||||
}
|
||||
|
||||
func (m *serverMetrics) CloseProxy(name string, proxyType string) {
|
||||
func (m *serverMetrics) CloseProxy(_ string, proxyType string) {
|
||||
m.proxyCount.WithLabelValues(proxyType).Dec()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue