mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: add additional network telemetry stats & events (#13800)
This commit is contained in:
@ -380,7 +380,3 @@ func (c *AgentConn) apiClient() *http.Client {
|
||||
func (c *AgentConn) GetPeerDiagnostics() tailnet.PeerDiagnostics {
|
||||
return c.Conn.GetPeerDiagnostics(c.opts.AgentID)
|
||||
}
|
||||
|
||||
func (c *AgentConn) SendDisconnectedTelemetry(application string) {
|
||||
c.Conn.SendDisconnectedTelemetry(c.agentAddress(), application)
|
||||
}
|
||||
|
Reference in New Issue
Block a user