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

Method Report

coderd/telemetry/telemetry.go:113–113  ·  view source on GitHub ↗

Report sends a snapshot to the telemetry server. The contents of the snapshot can be a partial representation of the database. For example, if a new user is added, a snapshot can contain just that user entry.

(snapshot *Snapshot)

Source from the content-addressed store, hash-verified

111 // database. For example, if a new user is added, a snapshot can
112 // contain just that user entry.
113 Report(snapshot *Snapshot)
114 Enabled() bool
115 Close()
116}

Callers 15

postFirstUserMethod · 0.65
postUserMethod · 0.65
createWorkspaceFunction · 0.65
tailnetRPCConnMethod · 0.65
oauthLoginMethod · 0.65
createAPIKeyMethod · 0.65
ReportCLITelemetryFunction · 0.65
FailJobMethod · 0.65
CompleteJobMethod · 0.65

Implementers 1

CoderReportersite/e2e/reporter.ts

Calls

no outgoing calls

Tested by

no test coverage detected