Skip to content

Release Notes for Version 1.6

Released 2023-03-29.

  • New sams.sampler.Pressure. Fetches pressure metrics from cgroup.
  • New sams.loader.FileSlurmInfoFallback. Fetches information from sacct if Slurm is not responding or does not want to ask slurmctld from nodes.
  • Possible to set Sqlite temp_store pragma to allow use of memory instead of /var/tmp or $TMPDIR to store temporary information during queries.
  • Exception cleanup.
  • Fix in sams.output.Prometheus for None values.
  • Fix in sams.output.Carbon and Collectd to check if var is dict.
  • Fix in sams.loader.File for moving files to different filesystem.
  • Continue code cleanup using isort, black, pylint.

Upgrading from v1.5 does not require any changes to configurations files.