Skip to content

Commit 59e08e2

Browse files
committed
added to workspace lifecycle docs
1 parent a343419 commit 59e08e2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/user-guides/workspace-lifecycle.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ your template's Terraform file and the target resources on your infrastructure.
109109
Unhealthy workspaces are usually caused by a misconfiguration in the agent or
110110
workspace startup scripts.
111111

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+
112124
### Next steps
113125

114126
- [Connecting to your workspace](./index.md)

0 commit comments

Comments
 (0)