Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ addRouteCacheMiss
Method
addRouteCacheMiss
src/go/plugin/framework/chartengine/stats.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(e *Engine) addRouteCacheMiss() {
34
atomic.AddUint64(&e.state.stats.routeCacheMisses, 1)
35
}
Callers
1
scanPlanSeries
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected