Skip to content

Commit f1eebe3

Browse files
committed
do-agent: allow additonal AMD metrics
As part of, IN-6633, we require additional metrics to be available via do-agent. Most were already being scraped, but a handful were not.
1 parent adb71f0 commit f1eebe3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

cmd/do-agent/aggregation.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ var gpuAggregationSpec = map[string][]string{
177177
// PCIe bandwidth
178178
"amd_pcie_bandwidth": amdAggregatedLabels,
179179

180+
"amd_gpu_ecc_correct_total": amdAggregatedLabels,
180181
"amd_gpu_ecc_uncorrect_total": amdAggregatedLabels,
182+
"amd_pcie_nack_sent_count": amdAggregatedLabels,
183+
"amd_pcie_nack_received_count": amdAggregatedLabels,
181184
"amd_pcie_replay_count": amdAggregatedLabels,
182185
"amd_pcie_recovery_count": amdAggregatedLabels,
183186
"amd_pcie_replay_rollover_count": amdAggregatedLabels,

cmd/do-agent/do-agent

16.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)