Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: stats need latest allocdir (#14204)
In #14139 this code was changed to use the original copy of the config, but Config.AllocDir is updated in the `Client.init()` method for dev agents. This uses the latest version of the alloc dir (which cannot change further at runtime without a client restart which would reinitialize the stats collector as well).
- Loading branch information