Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ metricNames
Method
metricNames
src/go/plugin/framework/chartengine/compiler.go:447–449 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
445
}
446
447
func
(c *compiler) metricNames() []string {
448
return
mapKeysSorted(c.metricsSet)
449
}
450
451
func
normalizeOptional(value string) []string {
452
value = strings.TrimSpace(value)
Callers
1
Compile
Function · 0.95
Calls
1
mapKeysSorted
Function · 0.70
Tested by
no test coverage detected