diff --git a/cmd/do-agent/aggregation.go b/cmd/do-agent/aggregation.go index 838207f..6832579 100644 --- a/cmd/do-agent/aggregation.go +++ b/cmd/do-agent/aggregation.go @@ -196,7 +196,7 @@ var gpuAggregationSpec = map[string][]string{ "amd_pcie_replay_rollover_count": amdAggregatedLabels, "amd_pcie_max_speed": amdAggregatedLabels, "amd_pcie_speed": amdAggregatedLabels, - "amd_pcie_nac_received_count": amdAggregatedLabels, + "amd_pcie_nack_received_count": amdAggregatedLabels, "amd_pcie_nack_sent_count": amdAggregatedLabels, "amd_gpu_prof_cpf_cpf_stat_stall": amdAggregatedLabels, "amd_gpu_clock": amdAggregatedLabels, diff --git a/cmd/do-agent/whitelist.go b/cmd/do-agent/whitelist.go index 8b7fd4c..19581a0 100644 --- a/cmd/do-agent/whitelist.go +++ b/cmd/do-agent/whitelist.go @@ -247,7 +247,7 @@ var gpuWhitelist = map[string]bool{ "amd_pcie_replay_rollover_count": true, "amd_pcie_max_speed": true, "amd_pcie_speed": true, - "amd_pcie_nac_received_count": true, + "amd_pcie_nack_received_count": true, "amd_pcie_nack_sent_count": true, "amd_gpu_prof_cpf_cpf_stat_stall": true, "amd_gpu_clock": true,