Package Release Info

golang-github-vpenso-prometheus_slurm_exporter-0.20-bp160.1.7

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

golang-github-vpenso-prometheus_slurm_exporter

Change Logs

* Tue Jun 27 2023 Egbert Eich <eich@suse.com>
- Adjust-GPU-data-gathering-to-work-with-all-Slurm-versions-since-18.08.patch
  Fix to make GPU data gathering works with all Slurm versions since 18.08.
- Add a sysconfig settings to make daemon command line args easily.
- Fix service file names to match upstream:
    prometheus-slurm_exporter.service -> prometheus-slurm-exporter.service
    rcprometheus-slurm_exporter -> rcprometheus-slurm-exporter
  To support updates, the old name is still kept as sym-link.
  Add README.SUSE to inform about sysconfig file.
* Thu Jun 16 2022 ecsos <ecsos@opensuse.org>
- Update to 0.20
  * Multiple README fix.
  * Improve build process.
* Thu Jul 22 2021 Egbert Eich <eich@suse.com>
- Update to version 0.19
  * GPUs accounting has to be activated explicitly via cmd line option.
  * Export detailed usage info for every node (CPU, Memory).
  NOTE: With the present version of Slurm (20.11), GPU accounting
  in the prometheus-slurm-exporter will cause the exporter to
  terminate, thus it must not be enabled for the time being.
- Do not ship sources.
Version: 0.17-bp153.1.16
* Thu Mar 18 2021 Ana Guerrero Lopez <aguerrero@suse.com>
- New version 0.17
  * Export information about shares via sshare
- New version 0.16
  * Add support to provide information about GPU GREs usage
* Wed Dec 02 2020 Ana Guerrero Lopez <aguerrero@suse.com>
- New version 0.15
  * Metric updates
  * Bugfixes
- Upstream now provides go.mod, update packaging accordingly.