Skip to content

Commit ec673bd

Browse files
committed
health
1 parent 0eb3e02 commit ec673bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cli/agent.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@ func workspaceAgent() *cobra.Command {
189189
// shells so "gitssh" works!
190190
"CODER_AGENT_TOKEN": client.SessionToken,
191191
},
192-
CoordinatorDialer: client.ListenWorkspaceAgentTailnet,
193-
StatsReporter: client.AgentReportStats,
194-
FetchWorkspaceApps: client.WorkspaceAgentApps,
195-
PostWorkspaceAppHealth: client.PostWorkspaceAgentAppHealth,
192+
CoordinatorDialer: client.ListenWorkspaceAgentTailnet,
193+
StatsReporter: client.AgentReportStats,
194+
WorkspaceAppHealthReporter: agent.NewWorkspaceAppHealthReporter(logger, client),
196195
})
197196
<-cmd.Context().Done()
198197
return closer.Close()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy