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
All request logs should contain:
If the URL has an ID (or multiple) in it (e.g.
/api/v2/workspaceagents/{id}):workspace_agent_name=devworkspace_name=pogThis information will make it easier for admins to kick off misbehaving clients.
There's a design for a potential implementation in #16904