Skip to content

Releases: prometheus/procfs

0.7.3 / 2021-08-16

16 Aug 17:00
f436cbb
Compare
Choose a tag to compare

[FEATURE] Add NetStat to parse /proc/net/stat/... #316

0.7.2 / 2021-08-06

06 Aug 03:54
v0.7.2
Compare
Choose a tag to compare
  • [BUGFIX] Fix data types for ignored stat fields #402

0.7.1 / 2021-07-21

21 Jul 13:08
v0.7.1
f8ee60a
Compare
Choose a tag to compare
  • [BUGFIX] nvme: Wrap underlying errors instead of hiding them #397
  • [BUGFIX] Fix zoneinfo name parsing #398
  • [BUGFIX] Fix cgroup path computation #399

0.7.0 / 2021-07-06

06 Jul 09:26
v0.7.0
f73f4d0
Compare
Choose a tag to compare
  • [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

10 Feb 15:14
v0.6.0
e971af5
Compare
Choose a tag to compare

Note: Go 1.13 is now the minimum version required.

  • Update error message handling #357

0.5.0 / 2021-02-09

09 Feb 11:05
v0.5.0
d335eb2
Compare
Choose a tag to compare
  • Add slabinfo support #328
  • Fix error returns #356

0.4.1 / 2021-02-08

08 Feb 10:25
v0.4.1
ded1478
Compare
Choose a tag to compare
  • Fix null pointer return in net_udp #355

0.4.0 / 2021-02-05

05 Feb 13:25
8c052e3
Compare
Choose a tag to compare
  • Allow cgroup paths containing colons (#354)
  • Support to read from /proc/net/tcp{,6} (#332)

0.3.0 / 2021-01-11

11 Jan 15:44
d3334bf
Compare
Choose a tag to compare
  • 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

0.2.0 / 2020-09-23

23 Sep 13:08
v0.2.0
Compare
Choose a tag to compare
  • Fix godoc for pool_size, move units to bits #311
  • Fix missing parseCPUInfo func on unknown architectures #312
  • Fix running test on arm64 #313
  • Split process map tests into 32/64-bit variants #314
  • Add CPUInfo parsing for RISCV #318
  • Handle multi-digit powercap indexes #320
  • Add parsing of "checking" state to mdstat #321
  • Add GIDs to ProcStatus struct #322