Rename 'cpu' type to 'hwthread' to avoid naming clashes with MetricStore and CC-Webfrontend

This commit is contained in:
Thomas Roehl
2022-03-18 13:41:54 +01:00
parent c506114480
commit 07fe17c2d1
9 changed files with 24 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ def group_to_json(groupfile):
llist = re.split("\s+", line)
calc = llist[-1]
metric = " ".join(llist[:-1])
scope = "cpu"
scope = "hwthread"
if "BOX" in calc:
scope = "socket"
if "PWR" in calc: