MCPcopy
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
447func (c *compiler) metricNames() []string {
448 return mapKeysSorted(c.metricsSet)
449}
450
451func normalizeOptional(value string) []string {
452 value = strings.TrimSpace(value)

Callers 1

CompileFunction · 0.95

Calls 1

mapKeysSortedFunction · 0.70

Tested by

no test coverage detected