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 d16ea4c commit 2b87939Copy full SHA for 2b87939
components/ws-daemon/pkg/controller/workspace_controller.go
@@ -259,7 +259,7 @@ func initializerMetricsFromInitializerStats(stats *csapi.InitializerMetrics) *wo
259
Size: metric.Size,
260
}
261
case "prebuild":
262
- result.Composite = &workspacev1.InitializerStepMetric{
+ result.Prebuild = &workspacev1.InitializerStepMetric{
263
Duration: &metav1.Duration{Duration: metric.Duration},
264
265
0 commit comments