Releases: prometheus/procfs
Releases · prometheus/procfs
v0.16.1
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #671
- Synchronize common files from prometheus/prometheus by @prombot in #709
- Synchronize common files from prometheus/prometheus by @prombot in #710
- Update Go by @SuperQ in #708
- Synchronize common files from prometheus/prometheus by @prombot in #713
- chore: Upgrade golangci-lint to v2 by @kakkoyun in #715
- Use SysReadFile for thermals and skip failed zones by @kitschysynq in #712
- class_infiniband: continue on syscall EINVAL by @mfuller-lambda in #705
- build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #717
- Do not collect InfiniBand counters for Broadcom RoCE NICs by @oneoneonepig in #687
- build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #716
- infiniband: do not make assumptions about counters based on HCA name by @dswarbrick in #678
New Contributors
- @kakkoyun made their first contribution in #715
- @kitschysynq made their first contribution in #712
- @mfuller-lambda made their first contribution in #705
- @oneoneonepig made their first contribution in #687
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- enhancement: Expose CPU online status by @rexagod in #644
- enable gofmt and goimports linter by @mmorel-35 in #646
- chore: deprecate
NewTCPx
methods by @rexagod in #640 - Add support for SELinux AVC statistics by @cgzones in #599
- Synchronize common files from prometheus/prometheus by @prombot in #647
- Fix parsing NSpids field in /proc/{PID}/status by @timuralp in #648
- Bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in #649
- Bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #656
- Synchronize common files from prometheus/prometheus by @prombot in #652
- Bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in #661
- Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #660
- Add Disk IO stats and ext4 FS stats by @mshahzeb in #651
- Synchronize common files from prometheus/prometheus by @prombot in #657
- Synchronize common files from prometheus/prometheus by @prombot in #662
- Synchronize common files from prometheus/prometheus by @prombot in #666
- Forbid print statements by @SuperQ in #668
- Update supported Go versions by @SuperQ in #669
- NetIPSocketSummary: Fix typo in godoc: UPD→UDP by @Miciah in #681
- Bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #682
- feat(blockdevice): added sysblockdevicesize method and test by @fs185143 in #658
- Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #683
- Bump golang.org/x/sys from 0.26.0 to 0.28.0 by @dependabot in #688
- feat: Read PCIE AER counters class/net by @dasturiasArista in #686
- Bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #690
- Enhancement: Implement classes to read drm subsystem by @jritter in #654
- Bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #697
- fix: correct linters-settings typo in .golangci.yml by @thevilledev in #696
- Add support for per-interface SNMP6 stats by @Vascko in #693
- build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #701
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #702
- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #703
New Contributors
- @cgzones made their first contribution in #599
- @timuralp made their first contribution in #648
- @mshahzeb made their first contribution in #651
- @Miciah made their first contribution in #681
- @fs185143 made their first contribution in #658
- @dasturiasArista made their first contribution in #686
- @jritter made their first contribution in #654
- @thevilledev made their first contribution in #696
- @Vascko made their first contribution in #693
Full Changelog: v0.15.1...v0.16.0
v0.15.1
What's Changed
- Fix NODEV errors on Thinkpad when parsing battery status by @marvin-sinister in #641
- Synchronize common files from prometheus/prometheus by @prombot in #642
- Return support for Go 1.20 by @SuperQ in #645
- enable testifylint linter by @mmorel-35 in #643
New Contributors
- @marvin-sinister made their first contribution in #641
- @mmorel-35 made their first contribution in #643
Full Changelog: v0.15.0...v0.15.1
v0.15.0 / 2024-05-14
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #635
- enhancement: Use pointer fields for
FibreChannel*
by @rexagod in #623 - bugfix: Allow multiple
xprt
fields for NFS stats by @rexagod in #619 - bugfix:
s/TrimRight/TrimSuffix
for certain cases by @rexagod in #618 - Parse recovery line to be synced blocks by @SuperQ in #637
- feat: Add support for
CONFIG_CPU_FREQ_STAT
by @rexagod in #627 - Fixup sysfs/system_cpu.go lint errors by @SuperQ in #638
- Update class_thermal.go to ignore only invalid thermal zones which raise fs.PathError by @miliacristian in #634
- Bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #639
New Contributors
- @miliacristian made their first contribution in #634
Full Changelog: v0.14.0...v0.15.0
v0.14.0
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 usego1.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
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
- @tjhop made their first contribution in #569
- @linuxgcc made their first contribution in #591
- @alebsys made their first contribution in #538
- @manas-rust made their first contribution in #588
- @thomasbarrett made their first contribution in #597
- @gavinkflam made their first contribution in #594
- @defect made their first contribution in #579
- @machine424 made their first contribution in #607
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #555
- Fix annotation errors by @weidongkl in #559
- Synchronize common files from prometheus/prometheus by @prombot in #563
- Bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #564
- [fix]: fix nfsd v4 ops index miss match by @dongjiang1989 in #543
- fix code comment error (#561) by @zhaoxuat in #562
- Synchronize common files from prometheus/prometheus by @prombot in #566
- Fixup nfs naming by @SuperQ in #573
- NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd by @klausman in #574
- Improve sysfs vulnerability parsing by @jopelima in #568
- proc_maps: Parse address and device without allocating by @javierhonduco in #572
- Fix build tags for isRealProc function by @dswarbrick in #560
- Support mountstats add NFS RDMA protocol stats parse by @dongjiang1989 in #558
- Add NSpid to proc status by @NirLevy98 in #557
- Add inode number to fdinfo by @ctrox in #552
- infiniband: do not fail if board_id is not present by @dswarbrick in #556
- Add
hw_counters
for infiniband device. by @aztecher in #549 - Update for Go 1.21 by @SuperQ in #575
New Contributors
- @weidongkl made their first contribution in #559
- @dongjiang1989 made their first contribution in #543
- @zhaoxuat made their first contribution in #562
- @klausman made their first contribution in #574
- @jopelima made their first contribution in #568
- @javierhonduco made their first contribution in #572
- @NirLevy98 made their first contribution in #557
- @ctrox made their first contribution in #552
- @aztecher made their first contribution in #549
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #537
- Synchronize common files from prometheus/prometheus by @prombot in #540
- Bump golang.org/x/sync from 0.2.0 to 0.3.0 by @dependabot in #541
- Bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #542
- Increase Stat() buffer size by @SuperQ in #547
- Cleanup various linting issues by @SuperQ in #548
- Synchronize common files from prometheus/prometheus by @prombot in #551
- Custom build tag "nostatfs" disables statfs by @mhutchinson in #553
New Contributors
- @mhutchinson made their first contribution in #553
Full Changelog: v0.11.0...v0.11.1
v0.11.0
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
- @adrianosela made their first contribution in #528
- @sansna made their first contribution in #508
- @mwasilew2 made their first contribution in #532
Full Changelog: v0.10.0...v0.10.2