From 8b108e8d8b8d8bc7923959a089ec788cdbaae747 Mon Sep 17 00:00:00 2001 From: Oliver Love Date: Tue, 24 Mar 2026 13:59:10 -0400 Subject: [PATCH] CON-13656 Rename amd_pcie_nac_received_count to amd_pcie_nack_received_count --- cmd/do-agent/aggregation.go | 2 +- cmd/do-agent/whitelist.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,