mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: handle new agent stat format correctly (#14576)
--------- Co-authored-by: Ethan Dickson <ethan@coder.com>
This commit is contained in:
@ -407,6 +407,7 @@ func New(options *Options) *API {
|
||||
TemplateBuildTimes: options.MetricsCacheRefreshInterval,
|
||||
DeploymentStats: options.AgentStatsRefreshInterval,
|
||||
},
|
||||
experiments.Enabled(codersdk.ExperimentWorkspaceUsage),
|
||||
)
|
||||
|
||||
oauthConfigs := &httpmw.OAuth2Configs{
|
||||
|
Reference in New Issue
Block a user