Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ TurnOn
Function
TurnOn
internal/channelz/funcs.go:43–45 ·
view source on GitHub ↗
TurnOn turns on channelz data collection.
()
Source
from the content-addressed store, hash-verified
41
42
// TurnOn turns on channelz data collection.
43
func
TurnOn() {
44
atomic.StoreInt32(&curState, 1)
45
}
46
47
func
init() {
48
internal.ChannelzTurnOffForTesting =
func
() {
Callers
9
TestEnterIdleDuringBalancerNewSubConn
Method · 0.92
main
Function · 0.92
init
Function · 0.92
init
Function · 0.92
TestDeleteStreamMetricsIncrementedOnlyOnce
Method · 0.92
TestChannelz_ServerSocketMetricsLastMessageTimestamps
Method · 0.92
init
Function · 0.92
init
Function · 0.92
init
Function · 0.92
Calls
no outgoing calls
Tested by
7
TestEnterIdleDuringBalancerNewSubConn
Method · 0.74
init
Function · 0.74
init
Function · 0.74
TestDeleteStreamMetricsIncrementedOnlyOnce
Method · 0.74
TestChannelz_ServerSocketMetricsLastMessageTimestamps
Method · 0.74
init
Function · 0.74
init
Function · 0.74