mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-08-12 18:37:15 +02:00
Simplify cache, calculate with expr
This commit is contained in:
@@ -69,8 +69,8 @@ var metricCacheLanguage = gval.NewLanguage(
|
||||
gval.Function("getNumaCpuList", getCpuListOfNumaDomainFunc),
|
||||
gval.Function("getDieCpuList", getCpuListOfDieFunc),
|
||||
gval.Function("getCoreCpuList", getCpuListOfCoreFunc),
|
||||
gval.Function("getCpuList", getCpuListOfNode),
|
||||
gval.Function("getCpuListOfType", getCpuListOfType),
|
||||
gval.Function("getCpuList", getCpuListOfNodeFunc),
|
||||
gval.Function("getCpuListOfType", getCpuListOfTypeFunc),
|
||||
)
|
||||
|
||||
var language gval.Language = gval.NewLanguage(
|
||||
|
||||
Reference in New Issue
Block a user