Description
All request logs should contain:
- Requester user ID
- Requester user email (for human lookup)
If the URL has an ID (or multiple) in it (e.g. /api/v2/workspaceagents/{id}
):
- The name of the object
workspace_agent_name=dev
- In the case of workspace builds, jobs, workspace agents it should also include
workspace_name=pog
This information will make it easier for admins to kick off misbehaving clients.
There's a design for a potential implementation in #16904