Skip to content

Commit e38a3f6

Browse files
authored
fix: [COO-1305] Fix misspelled metric name in accelerators (#926)
Fix the spelling of units of the accellerator temperature.
1 parent 3358246 commit e38a3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/uiplugin/accelerators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func newAcceleratorsDashboard(namespace string) *persesv1alpha1.PersesDashboard
107107
"0_1": getPanel("Memory Used Bytes", "accelerator_memory_used_bytes"),
108108
"0_2": getPanel("Memory Total Bytes", "accelerator_memory_total_bytes"),
109109
"0_3": getPanel("Power Usage (Watts)", "accelerator_power_usage_watts"),
110-
"0_4": getPanel("Temperature (Celsius)", "accelerator_temperature_celcius"),
110+
"0_4": getPanel("Temperature (Celsius)", "accelerator_temperature_celsius"),
111111
"0_5": getPanel("SM Clock (Hertz)", "accelerator_sm_clock_hertz"),
112112
"0_6": getPanel("Memory Clock (Hertz)", "accelerator_memory_clock_hertz"),
113113
},

0 commit comments

Comments
 (0)