Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fatedier/frp
/ serverMetrics
Struct
serverMetrics
pkg/metrics/aggregate/server.go:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
type
serverMetrics
struct
{
40
ms []metrics.ServerMetrics
41
}
42
43
func
(m *serverMetrics) Add(sm metrics.ServerMetrics) {
44
m.ms = append(m.ms, sm)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected