Add agent script timings #14630
Labels
need-backend
Issues that need backend work
observability
Issues related to observability (metrics, dashboards, alerts, opentelemetry)
Similar to #14274, we require further insight into how long each script takes to execute in the agent.
Scripts can run:
start_blocks_login
) which prevents users logging in until script exitsWe ultimately want to be able to indicate how long a workspace took to become "ready" from the time the build was initiated all the way to the agent scripts with blocking behaviour exiting. Scripts which do not block (i.e. run on startup without
start_blocks_login
, on stop, or on a cron schedule) should also be tracked and have some indication that they are non-blocking.We need to track when each script started, exited, and with what status.
The text was updated successfully, but these errors were encountered: