MCPcopy Index your code
hub / github.com/coder/coder / SendTelemetryEvent

Method SendTelemetryEvent

tailnet/conn.go:138–138  ·  view source on GitHub ↗

SendTelemetryEvent sends a telemetry event to some external sink.

(event *proto.TelemetryEvent)

Source from the content-addressed store, hash-verified

136type TelemetrySink interface {
137 // SendTelemetryEvent sends a telemetry event to some external sink.
138 SendTelemetryEvent(event *proto.TelemetryEvent)
139}
140
141// NodeID creates a Tailscale NodeID from the last 8 bytes of a UUID. It ensures

Callers 1

Implementers 1

BasicTelemetryControllertailnet/controllers.go

Calls

no outgoing calls

Tested by

no test coverage detected