-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
28 lines (19 loc) · 1.13 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Version 1.4 (19 Mar 2025)
* include new metrics to track GPU RAS counters along with example dashboard updates (#158)
Version 1.3 (17 Feb 2025)
* expand documentation to include developer's guide (#155)
* add startup check for valid numa core binding (#153)
* allow override of numactl process binding settings via environment variables (#151)
* add support for combining multiple user-mode data collections (#149)
Version 1.2 (17 Jan 2025)
* update VictoriaMetric server endpoint check in user-mode (#147)
* tweak Flask endpoint return to use `text/plain` content type (#146)
* extend `omnistat-query` to support exporting of CSV time series data (#145)
* avoid data collector stoppage when SLURM squeue times out (#142)
* expand error message when loading omnistat modules (#141)
Version 1.1 (07 Jan 2025)
* updated standalone user-mode data collection to support a "push" model using VictoriaMetrics (#133)
* added user-mode support for the Flux resource manager (in addition to SLURM) (#132, #133, #135)
* updated query utility to support Flux-style jobids (#136)
Version 1.0 (07 Oct 2024)
* initial Omnistat release