Skip to content

Releases: prometheus/procfs

v0.14.0

19 Apr 15:32
6bec248
Compare
Choose a tag to compare

What's Changed

  • Synchronize common files from prometheus/prometheus by @prombot in #613
  • Synchronize common files from prometheus/prometheus by @prombot in #615
  • Synchronize common files from prometheus/prometheus by @prombot in #616
  • Synchronize common files from prometheus/prometheus by @prombot in #621
  • Revert add avgRTT to nfs mountstats #487 by @SuperQ in #625
  • style: returns procfs build-in error like other parsing methods by @weidongkl in #630
  • update MAINTAINERS.md by @pgier in #629
  • *: s/(%v|%s)/%w and use go1.20 by @rexagod in #617
  • chore: Use kernel-compliant types for {U,G}IDs by @rexagod in #620
  • Update Go versions by @SuperQ in #632
  • fix: same TCP connection appears twice by @weidongkl in #631
  • Revert "fix: same TCP connection appears twice" by @SuperQ in #633

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

07 Mar 13:18
72170b5
Compare
Choose a tag to compare

What's Changed

  • Synchronize common files from prometheus/prometheus by @prombot in #578
  • fix(meminfo): account for optional unit field so values are accurate by @tjhop in #569
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #584
  • Bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #583
  • Synchronize common files from prometheus/prometheus by @prombot in #586
  • Bump golang.org/x/sync from 0.3.0 to 0.5.0 by @dependabot in #587
  • Update crypto.go, fix incorrect spelling by @linuxgcc in #591
  • Add udp drops by @alebsys in #538
  • Synchronize common files from prometheus/prometheus by @prombot in #590
  • Synchronize common files from prometheus/prometheus by @prombot in #595
  • meminfo: add Percpu field by @manas-rust in #588
  • Bump golang.org/x/sys from 0.13.0 to 0.15.0 by @dependabot in #593
  • Synchronize common files from prometheus/prometheus by @prombot in #596
  • Synchronize common files from prometheus/prometheus by @prombot in #598
  • Synchronize common files from prometheus/prometheus by @prombot in #600
  • Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #602
  • Bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #603
  • infiniband: support Intel irdma devices by @dswarbrick in #605
  • Synchronize common files from prometheus/prometheus by @prombot in #604
  • golint: redundant type from array, slice, or map composite literal by @manas-rust in #601
  • feat: Add /sys/fs/btrfs/<FSID>/commit_stats statistics by @dongjiang1989 in #580
  • Add support for guest_time and cguest_time stats. by @thomasbarrett in #597
  • Add /sys/class/watchdog statistics by @gavinkflam in #594
  • Add support for for /proc/net/tls_data kTLS stats by @defect in #579
  • Bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #606
  • Synchronize common files from prometheus/prometheus by @prombot in #608
  • chore: class_fibrechannel: support optional attributes by @machine424 in #607
  • Synchronize common files from prometheus/prometheus by @prombot in #609
  • Synchronize common files from prometheus/prometheus by @prombot in #610
  • Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #611

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

22 Sep 15:39
ff0ad85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

26 Jul 15:20
113c501
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

16 Jun 14:55
a76f400
Compare
Choose a tag to compare

What's Changed

  • Create new error types in proc.go and use them to unify error messages by @conallob in #526
  • fs: syscall.Statfs_t object doesn't have a Type field on Windows by @adrianosela in #528
  • Bug Fix: Slice out of bound in filterOfflineCpus by @taherkk in #534
  • Add net/route parse, also add util lib Pars… by @sansna in #508
  • Use golangci-lint for codespell by @SuperQ in #535
  • Fix CPUVulnerabilities() reporting from sysfs by @mwasilew2 in #532

New Contributors

Full Changelog: v0.10.0...v0.10.2

v0.10.1

28 May 21:22
332e865
Compare
Choose a tag to compare

What's Changed

  • fs: Statfs_t{} doesn't have a Type field on Windows (#528) by @SuperQ in #529

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 May 10:56
dd377c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

0.9.0 / 2022-12-22

22 Dec 13:35
bb7727a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

0.8.0 / 2022-07-25

25 Jul 18:16
v0.8.0
Compare
Choose a tag to compare
  • 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

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

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