How can I change how frequently to log system metrics?

To configure the frequency to log system metrics, set _stats_sampling_interval to a number of seconds, expressed as a float. Default: 10.0.

wandb.init(settings=wandb.Settings(x_stats_sampling_interval=30.0))

Last modified February 20, 2025: c1984ba