We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb71f0 commit f1eebe3Copy full SHA for f1eebe3
2 files changed
cmd/do-agent/aggregation.go
@@ -177,7 +177,10 @@ var gpuAggregationSpec = map[string][]string{
177
// PCIe bandwidth
178
"amd_pcie_bandwidth": amdAggregatedLabels,
179
180
+ "amd_gpu_ecc_correct_total": amdAggregatedLabels,
181
"amd_gpu_ecc_uncorrect_total": amdAggregatedLabels,
182
+ "amd_pcie_nack_sent_count": amdAggregatedLabels,
183
+ "amd_pcie_nack_received_count": amdAggregatedLabels,
184
"amd_pcie_replay_count": amdAggregatedLabels,
185
"amd_pcie_recovery_count": amdAggregatedLabels,
186
"amd_pcie_replay_rollover_count": amdAggregatedLabels,
cmd/do-agent/do-agent
16.9 MB
0 commit comments