8000 chore: add additional network telemetry stats & events by ethanndickson · Pull Request #13800 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: add additional network telemetry stats & events #13800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 10, 2024
Merged
Changes from 1 commit
Commits
File filter
10000

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
ethanndickson committed Jul 9, 2024
commit 6a198494daf5454c840778ebe61f62d1960e9d26
2 changes: 1 addition & 1 deletion tailnet/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ func (c *Conn) MagicsockServeHTTPDebug(w http.ResponseWriter, r *http.Request) {
c.magicConn.ServeHTTPDebug(w, r)
}

// Currently called when connected to the Agent with the given IP using the given application.
// SendConnectedTelemetry should be called when connection to a peer with the given IP is established.
func (c *Conn) SendConnectedTelemetry(ip netip.Addr, application string) {
if c.telemetrySink == nil {
return
Expand Down
Loading
0