Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/gpu-operator
/ run
Method
run
cmd/nvidia-validator/main.go:1627–1631 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1625
}
1626
1627
func
(c *Metrics) run() error {
1628
m := NewNodeMetrics(c.ctx, metricsPort)
1629
1630
return
m.Run()
1631
}
1632
1633
func
(v *VfioPCI) validate() error {
1634
ctx := v.ctx
Callers
1
validateComponent
Function · 0.95
Calls
2
Run
Method · 0.95
NewNodeMetrics
Function · 0.85
Tested by
no test coverage detected