feat: add activity status and autostop reason to workspace overview (#11987)

This commit is contained in:
Kayla Washburn-Love
2024-02-13 10:50:17 -07:00
committed by GitHub
parent e53d8bdb50
commit d37b131426
22 changed files with 647 additions and 119 deletions

View File

@ -114,6 +114,7 @@ func New(opts Options) *API {
api.StatsAPI = &StatsAPI{
AgentFn: api.agent,
Database: opts.Database,
Pubsub: opts.Pubsub,
Log: opts.Log,
StatsBatcher: opts.StatsBatcher,
TemplateScheduleStore: opts.TemplateScheduleStore,