Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ UnregisterAll
Method
UnregisterAll
metrics.go:113–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(r *cleanupRegistry) UnregisterAll() {
114
r.mutex.Lock()
115
defer
r.mutex.Unlock()
116
for
name :=
range
r.metrics {
117
delete(r.metrics, name)
118
r.parent.Unregister(name)
119
}
120
}
Callers
4
Close
Method · 0.80
closeLocked
Method · 0.80
Close
Method · 0.80
shutdown
Method · 0.80
Calls
1
Unregister
Method · 0.80
Tested by
no test coverage detected