We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9d970 commit c9935adCopy full SHA for c9935ad
cmd/do-agent/aggregation.go
@@ -166,4 +166,6 @@ var gpuAggregationSpec = map[string][]string{
166
"amd_gpu_junction_temperature": amdAggregatedLabels,
167
"amd_gpu_power_usage": amdAggregatedLabels,
168
"amd_gpu_memory_temperature": amdAggregatedLabels,
169
+ "amd_gpu_gfx_activity": amdAggregatedLabels,
170
+ "amd_gpu_prof_sm_active": amdAggregatedLabels,
171
}
cmd/do-agent/whitelist.go
@@ -225,4 +225,6 @@ var gpuWhitelist = map[string]bool{
225
"amd_gpu_junction_temperature": true,
226
"amd_gpu_power_usage": true,
227
"amd_gpu_memory_temperature": true,
228
+ "amd_gpu_gfx_activity": true,
229
+ "amd_gpu_prof_sm_active": true,
230
0 commit comments