Fix type tag for numastat

This commit is contained in:
Thomas Roehl 2022-02-08 13:40:27 +01:00
parent 006b9f91f6
commit 9e73dcd437

View File

@ -77,7 +77,7 @@ func (m *NUMAStatsCollector) Init(config json.RawMessage) error {
m.topology = append(m.topology,
NUMAStatsCollectorTopolgy{
file: file,
tagSet: map[string]string{"domain": node},
tagSet: map[string]string{"memoryDomain": node},
})
}