Closed
Description
In
StatsAPI
, modifyUpdateStats
to callworkspaceapps.StatsCollector.Collect()
converting theagentapi.Stats
intoworkspaceapps.StatsReport
- The main fields we are interested in here are the
SessionCount
byssh
,sftp
,vscode
,jetbrains
,reconnecting_pty
.⚠️ There is no way for CLI-based reporting to differentiate between `ssh` and `sftp` activity, which is currently tracked by the Coder agent. The agent will need to continue sending information regarding SSH or SFTP usage in order for `StatsCollector` to report correctly.
- We will still want to insert rows into
workspace_agent_stats
for a cutover period.
Metadata
Metadata
Assignees
Labels
No labels