Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ ResetAllOnce
Method
ResetAllOnce
src/go/logger/ratelimit.go:89–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(l *Logger) ResetAllOnce() {
90
if
l == nil || l.rl == nil {
91
return
92
}
93
l.rl.resetAllMode(modeOnce)
94
}
95
96
func
(l LimitedLogger) Error(a ...any) {
97
l.logArgs(slog.LevelError, a...)
Callers
6
TestRateLimitNilLoggerDoesNotPanic
Function · 0.95
runOnce
Method · 0.80
runOnce
Method · 0.80
TestResetAllOnceDoesNotResetLimitState
Function · 0.80
TestNew
Function · 0.80
ResetAllOnce
Function · 0.80
Implementers
7
ProtocolClient
src/go/plugin/ibm.d/framework/protocol
CollectorState
src/go/plugin/ibm.d/framework/types.go
nopLogger
src/go/plugin/ibm.d/protocols/webspher
testLogger
src/go/plugin/ibm.d/protocols/jmxbridg
Logger
src/go/logger/logger.go
ConditionalLogger
src/go/logger/conditional.go
LimitedLogger
src/go/logger/ratelimit.go
Calls
1
resetAllMode
Method · 0.80
Tested by
3
TestRateLimitNilLoggerDoesNotPanic
Function · 0.76
TestResetAllOnceDoesNotResetLimitState
Function · 0.64
TestNew
Function · 0.64