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 3358246 commit e38a3f6Copy full SHA for e38a3f6
pkg/controllers/uiplugin/accelerators.go
@@ -107,7 +107,7 @@ func newAcceleratorsDashboard(namespace string) *persesv1alpha1.PersesDashboard
107
"0_1": getPanel("Memory Used Bytes", "accelerator_memory_used_bytes"),
108
"0_2": getPanel("Memory Total Bytes", "accelerator_memory_total_bytes"),
109
"0_3": getPanel("Power Usage (Watts)", "accelerator_power_usage_watts"),
110
- "0_4": getPanel("Temperature (Celsius)", "accelerator_temperature_celcius"),
+ "0_4": getPanel("Temperature (Celsius)", "accelerator_temperature_celsius"),
111
"0_5": getPanel("SM Clock (Hertz)", "accelerator_sm_clock_hertz"),
112
"0_6": getPanel("Memory Clock (Hertz)", "accelerator_memory_clock_hertz"),
113
},
0 commit comments