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

Method ReportAppStats

coderd/workspaceapps/stats.go:52–52  ·  view source on GitHub ↗
(context.Context, []StatsReport)

Source from the content-addressed store, hash-verified

50// StatsReporter reports workspace app StatsReports.
51type StatsReporter interface {
52 ReportAppStats(context.Context, []StatsReport) error
53}
54
55// This should match the database unique constraint.

Callers 3

flushMethod · 0.65
ReportAppStatsMethod · 0.65

Implementers 5

Reportercoderd/workspacestats/reporter.go
fakeReportercoderd/workspaceapps/stats_test.go
fakeStatsReportercoderd/workspaceapps/apptest/apptest.g
appStatsReporterenterprise/wsproxy/appstatsreporter.go
Cliententerprise/wsproxy/wsproxysdk/wsproxys

Calls

no outgoing calls

Tested by

no test coverage detected