Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ MetricsConfig
Struct
MetricsConfig
ethstorage/node/config.go:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
type
MetricsConfig
struct
{
67
Enabled bool
68
ListenAddr string
69
ListenPort int
70
}
71
72
func
(m MetricsConfig) Check() error {
73
if
!m.Enabled {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected