File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,18 @@ your template's Terraform file and the target resources on your infrastructure.
109
109
Unhealthy workspaces are usually caused by a misconfiguration in the agent or
110
110
workspace startup scripts.
111
111
112
+ ## Workspace build times
113
+
114
+ In the workspace page, after a successful build, you can see a timing breakdown
115
+ of the workspace startup process. We capture and display both time taken to
116
+ provision the workspace's compute and all agent startup steps. These include any
117
+ [ ` coder_script ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script ) s
118
+ such as [ dotfiles] ( ./workspace-dotfiles.md ) or
119
+ [ ` coder_app ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app )
120
+ startup.
121
+
122
+ ![ Workspace build timings UI] ( ../images/admin/templates/troubleshooting/workspace-build-timings-ui.png )
123
+
112
124
### Next steps
113
125
114
126
- [ Connecting to your workspace] ( ./index.md )
You can’t perform that action at this time.
0 commit comments