Releases: prometheus/procfs
Releases · prometheus/procfs
0.8.0 / 2022-07-25
- Fix data types for CUTime and CSTime stat fields (#404)
- Fix build with GopherJS (#406)
- Add support for DMI information (#409)
- Fixed ARP table MAC address parsing, added Flags field (#414)
- netstat change uint size to 64 bits (#419)
- Fix bug when /proc/net/dev contains unexpected line (#421)
- Add CgroupSummary to parse /proc/cgroups (#424)
- Add a missing name to the *testing.T argument. (#425)
- Add isolated cpu parsing (#427)
- Add device-mapper-specific block device properties (#412)
- Convert %w verb in t.Errorf function to %v (#431)
- Add missing godoc comments for xfrm stats (#433)
- Introduce parsing for
/proc/<pid>/net/(snmp|snmp6|netstat)
(#435) - Fixed ARP table MAC address parsing, added Flags field (#414)
- Prevent panic if status line is empty in mdstat (#441)
- Bump max buffer size to 1024kb to handle larger mountinfo files (#458)
- Add SysctlInts and SysctlStrings methods (#460)
0.7.3 / 2021-08-16
[FEATURE] Add NetStat to parse /proc/net/stat/... #316
0.7.2 / 2021-08-06
- [BUGFIX] Fix data types for ignored stat fields #402
0.7.1 / 2021-07-21
0.7.0 / 2021-07-06
- [CHANGE] Mark sysfs as Linux-only #365
- [FEATURE] Add support for NVMe #366
- [FEATURE] Add NetClassByIface #376
- [FEATURE] Parse /sys/class/drm/cardN/device/ stats #370
- [FEATURE] Add scsi_tape parser #382
- [FEATURE] Add CmdLine function to parse /proc/cmdline #393
- [ENHANCEMENT] Add several Infiniband counters #374
- [ENHANCEMENT] Add Inode field into netIPSocketLine structure #373
- [ENHANCEMENT] Add RSSLimit, rt_priority, policy and delay_acct_block to pid/stat #375
- [ENHANCEMENT] Add additional stats from mdstat #380
- [ENHANCEMENT] Fix diskstats stats using sysfs #394
- [BUGFIX] Infiniband parseRate fails on Melanox card #361
- [BUGFIX] Initial fix for non-detection of OmniPath cards #387
0.6.0 / 2021-02-10
Note: Go 1.13 is now the minimum version required.
- Update error message handling #357
0.5.0 / 2021-02-09
0.4.1 / 2021-02-08
- Fix null pointer return in net_udp #355
0.4.0 / 2021-02-05
0.3.0 / 2021-01-11
- Fix bcache stats_total per-device readings #323
- Fix build on RISCV #325
- Use pointers in Meminfo struct to handle missing values in /proc/meminfo #331
- cpuinfo: add parsing of physical id, core id, siblings, and cpus cores to s390x arch #334
- Fix for mountstats error due to multiline "impl_id" on FreeNAS #339
- Fix proc limits #340
- Swap read and write stats for XFS #343
- mdstat: Collect raid component devices during parse #345
- Add parsing numa vmstat #346
- Parse /proc/net/protocols #347