mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: switch ssh session stats based on experiment (#13637)
This commit is contained in:
@ -145,7 +145,7 @@ type Options struct {
|
||||
// Logger should only be overridden if you expect errors
|
||||
// as part of your test.
|
||||
Logger *slog.Logger
|
||||
StatsBatcher *workspacestats.DBBatcher
|
||||
StatsBatcher workspacestats.Batcher
|
||||
|
||||
WorkspaceAppsStatsCollectorOptions workspaceapps.StatsCollectorOptions
|
||||
AllowWorkspaceRenames bool
|
||||
|
Reference in New Issue
Block a user