Skip to content

Releases: rivosinc/prometheus-slurm-exporter

v1.6.9

17 Dec 00:36
aa11877
Compare
Choose a tag to compare

Features

  • 📦 cgo disabled packages #110

v1.6.8

16 Dec 19:56
941a626
Compare
Choose a tag to compare

Features

  • slurm last consumed and deficit license metrics #109

v1.6.7

17 Nov 02:36
ac18f46
Compare
Choose a tag to compare

Features

  • New pending reason metric
  • New Slurmctld Diagnostics Metricss

Published Dashboard updated.

v1.6.6

15 Sep 06:59
6fe2b0c
Compare
Choose a tag to compare

Changes:

  • [ci] 📦 Debian and rpms bundled to release #97
  • [feat] 🎁 template dir discovery logic changed #97

Thanks again @drewstinnett for all your contributions 🥳 🥇 !

v1.6.5

31 Aug 00:34
3afae44
Compare
Choose a tag to compare

Changes

  • [ci] 📦 ship archived templates with the exporter #95 so job tracing functionality works.
  • [bug] 🐞 Fix a squeue scrape cache bug #99

v1.6.4

19 Aug 18:30
790e8f7
Compare
Choose a tag to compare

Changes

  • [limits] Emit job submit and running limits #91
  • [ci] 📦 Release binaries with release #92

v1.6.3

12 Aug 21:41
3ec6076
Compare
Choose a tag to compare

Changes

  • Add slurm node counts per partition per state #87. Thanks @AndyMcVey for the feature request :)

Bug fixes

  • Dynamically resolve template folder so trace endpoint works from deployment directories and links html templates properly #88

v1.6.2

09 Jul 22:49
fd6f539
Compare
Choose a tag to compare

Changes

Rename slurm account metrics to have node state #70:

  • slurm_account_mem_alloc -> slurm_account_job_state_mem_alloc
  • slurm_account_cpu_alloc -> slurm_account_job_state_cpu_alloc

Grafana starter template updated to reflect the metric name updates

v1.5.2

22 Jun 19:54
cd27134
Compare
Choose a tag to compare

Bug Fix

  • Compatibility Fixes #72
  • Development Fixes to custom cli wrappers

Thanks @codeknight03 and @xpillons for bug reports 🥳

v1.5.1

06 Jun 00:05
30d7ab7
Compare
Choose a tag to compare

Features

  • Pending slurm sbatch arrays are expanding for more accurate pending counts
  • the cli fallback is now the default mode of deployment