Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/shirou/gopsutil/v4 v4.25.11v4.25.12 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.25.12

Compare Source

What's Changed

cpu
disk
host
mem
process

New Contributors

Full Changelog: shirou/gopsutil@v4.25.11...v4.25.12


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 6, 2026
@renovate renovate bot requested a review from a team as a code owner January 6, 2026 23:25
@renovate renovate bot added the renovatebot label Jan 6, 2026
@renovate renovate bot requested a review from bogdandrutu January 6, 2026 23:25
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Jan 6, 2026
@codeboten codeboten enabled auto-merge January 6, 2026 23:26
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.08%. Comparing base (3282568) to head (c08bca2).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14388      +/-   ##
==========================================
- Coverage   92.12%   92.08%   -0.04%     
==========================================
  Files         668      668              
  Lines       41377    41377              
==========================================
- Hits        38117    38103      -14     
- Misses       2224     2233       +9     
- Partials     1036     1041       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bogdandrutu bogdandrutu added Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests labels Jan 7, 2026
@codeboten codeboten added this pull request to the merge queue Jan 7, 2026
Merged via the queue into main with commit 66993f9 Jan 7, 2026
87 of 92 checks passed
@codeboten codeboten deleted the renovate/github.com-shirou-gopsutil-v4-4.x branch January 7, 2026 00:52
sivchari pushed a commit to sivchari/opentelemetry-collector that referenced this pull request Jan 7, 2026
…pen-telemetry#14388)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil)
| `v4.25.11` → `v4.25.12` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.12?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.11/v4.25.12?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary>

###
[`v4.25.12`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.12)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.11...v4.25.12)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.12 -->

#### What's Changed

##### cpu

- \[cpu]\[linux]: fix ":" in CPU ModelName by
[@&open-telemetry#8203;shirou](https://redirect.github.com/shirou) in
[#&open-telemetry#8203;1960](https://redirect.github.com/shirou/gopsutil/pull/1960)
- \[cpu]\[linux]: add riscv cpu parser by
[@&open-telemetry#8203;mengzhuo](https://redirect.github.com/mengzhuo) in
[#&open-telemetry#8203;1970](https://redirect.github.com/shirou/gopsutil/pull/1970)
- \[cpu]\[darwin]: release pCoreRef in each iteration by
[@&open-telemetry#8203;uubulb](https://redirect.github.com/uubulb) in
[#&open-telemetry#8203;1971](https://redirect.github.com/shirou/gopsutil/pull/1971)
- \[darwin]: wrap library functions as struct methods by
[@&open-telemetry#8203;uubulb](https://redirect.github.com/uubulb) in
[#&open-telemetry#8203;1976](https://redirect.github.com/shirou/gopsutil/pull/1976)

##### disk

- Fixes
[#&open-telemetry#8203;1284](https://redirect.github.com/shirou/gopsutil/issues/1284)
by [@&open-telemetry#8203;johnnybubonic](https://redirect.github.com/johnnybubonic) in
[#&open-telemetry#8203;1931](https://redirect.github.com/shirou/gopsutil/pull/1931)
- fix disk.Partition cut off after first disk by
[@&open-telemetry#8203;sni](https://redirect.github.com/sni) in
[#&open-telemetry#8203;1975](https://redirect.github.com/shirou/gopsutil/pull/1975)
- \[disk]\[windows]: add virtual drive for TestGetLogicalDrives by
[@&open-telemetry#8203;shirou](https://redirect.github.com/shirou) in
[#&open-telemetry#8203;1977](https://redirect.github.com/shirou/gopsutil/pull/1977)
- Add missing mount flags (local, protect) by
[@&open-telemetry#8203;Kerlenton](https://redirect.github.com/Kerlenton) in
[#&open-telemetry#8203;1968](https://redirect.github.com/shirou/gopsutil/pull/1968)

##### host

- Replace AIX uptime function with ps etimes-based implementation by
[@&open-telemetry#8203;Dylan-M](https://redirect.github.com/Dylan-M) in
[#&open-telemetry#8203;1967](https://redirect.github.com/shirou/gopsutil/pull/1967)

##### mem

- feat(mem): Add support for Percpu by
[@&open-telemetry#8203;pvlltvk](https://redirect.github.com/pvlltvk) in
[#&open-telemetry#8203;1972](https://redirect.github.com/shirou/gopsutil/pull/1972)

##### process

- Add NumFDs implementation for Darwin by
[@&open-telemetry#8203;Kerlenton](https://redirect.github.com/Kerlenton) in
[#&open-telemetry#8203;1965](https://redirect.github.com/shirou/gopsutil/pull/1965)
- \[sensors]\[darwin]: retrieve sensor information in one function call
by [@&open-telemetry#8203;uubulb](https://redirect.github.com/uubulb) in
[#&open-telemetry#8203;1973](https://redirect.github.com/shirou/gopsutil/pull/1973)

#### New Contributors

- [@&open-telemetry#8203;Kerlenton](https://redirect.github.com/Kerlenton) made their
first contribution in
[#&open-telemetry#8203;1965](https://redirect.github.com/shirou/gopsutil/pull/1965)
- [@&open-telemetry#8203;sni](https://redirect.github.com/sni) made their first
contribution in
[#&open-telemetry#8203;1975](https://redirect.github.com/shirou/gopsutil/pull/1975)
- [@&open-telemetry#8203;pvlltvk](https://redirect.github.com/pvlltvk) made their
first contribution in
[#&open-telemetry#8203;1972](https://redirect.github.com/shirou/gopsutil/pull/1972)
- [@&open-telemetry#8203;mengzhuo](https://redirect.github.com/mengzhuo) made their
first contribution in
[#&open-telemetry#8203;1970](https://redirect.github.com/shirou/gopsutil/pull/1970)

**Full Changelog**:
<shirou/gopsutil@v4.25.11...v4.25.12>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovatebot Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants