Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resync with upstream. #48

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Resync with upstream. #48

wants to merge 11 commits into from

Conversation

schmidtw
Copy link
Member

No description provided.

ncabatoff and others added 9 commits April 16, 2024 19:34
process-exporter already supports the -recheck flag which makes it run
the whole matching logic on each scrape. This is very useful when trying
to monitor processes which change their names shortly after start.

Sadly, -recheck carries a rather high performance penalty. At the same
time, process name changes are very common directly after start, are
seldomly expected during usage.

This commit introduces -recheck-with-time-limit which rechecks processes
N seconds after their start and stops doing so afterwards. This combines
the accuracy benefits of -recheck with the performance gains of not
using -recheck.
…sion. Use CGO_ENABLED in its config instead of tags.
* Upgrade prometheus/procfs dependency and therefore set Go1.21 in go.mod

* Fix broken compatibility with prometheus/procfs

* Update README for Go1.21

---------

Co-authored-by: Thomas Delbende <[email protected]>
Various GHA improvements.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](golang/net@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Cabatoff <[email protected]>
@CLAassistant
Copy link

CLAassistant commented May 29, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 6 committers have signed the CLA.

❌ ncabatoff
❌ hoffie
❌ zviRosenfeldRedis
❌ Maxi-Mega
❌ martidelviscovo
❌ AiDaiP
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

guardrails bot commented May 29, 2024

⚠️ We detected 3 security issues in this pull request:

Vulnerable Libraries (3)
Severity Details
High pkg:golang/github.com/prometheus/[email protected] upgrade to: > v0.11.0
High pkg:golang/github.com/prometheus/[email protected] upgrade to: > v1.19.0
High pkg:golang/github.com/prometheus/[email protected] upgrade to: > v0.52.3

More info on how to fix Vulnerable Libraries in Go.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

zviRosenfeldRedis and others added 2 commits July 21, 2024 15:37
Added the remove-dead-groups option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants