File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ var gpuAggregationSpec = map[string][]string{
125125 "dcgm_fi_dev_power_usage" : nvidiaAggregatedLabels ,
126126 "dcgm_fi_dev_power_violation" : nvidiaAggregatedLabels ,
127127 "dcgm_fi_dev_thermal_violation" : nvidiaAggregatedLabels ,
128- "dcgm_fi_dev_ecc_sbe_agg_total " : nvidiaAggregatedLabels ,
128+ "dcgm_fi_dev_ecc_dbe_agg_total " : nvidiaAggregatedLabels ,
129129
130130 // GPU Utilization metrics
131131 "amd_gpu_prof_gui_util_percent" : amdAggregatedLabels ,
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ var gpuWhitelist = map[string]bool{
179179 "DCGM_FI_DEV_POWER_USAGE" : true ,
180180 "DCGM_FI_DEV_POWER_VIOLATION" : true ,
181181 "DCGM_FI_DEV_THERMAL_VIOLATION" : true ,
182- "DCGM_FI_DEV_ECC_SBE_AGG_TOTAL " : true ,
182+ "DCGM_FI_DEV_ECC_DBE_AGG_TOTAL " : true ,
183183
184184 // GPU Utilization
185185 "amd_gpu_prof_gui_util_percent" : true ,
You can’t perform that action at this time.
0 commit comments