Skip to content

Conversation

iambriccardo
Copy link
Contributor

@iambriccardo iambriccardo commented Mar 25, 2025

This PR bumps the sysinfo library version to the latest commit added by the PR (GuillaumeGomez/sysinfo#1488).

We should not forget to update to a stable version once the changes made in the PR mentioned above are added to the release.

Closes: #4059

@iambriccardo iambriccardo marked this pull request as ready for review March 25, 2025 13:19
@iambriccardo iambriccardo requested a review from a team as a code owner March 25, 2025 13:19
Cargo.toml Outdated
Comment on lines 186 to 188
# This dependency was added through git since we are experimenting with a fork of sysinfo which adds additional
# capabilities of reading cgroups memory stats. Such stats are used in Relay to correctly determine memory usage.
sysinfo = { git = "https://github.com/getsentry/sysinfo.git", rev = "e2e5d530600f96bdd79652c856918da23e5dd938" }
sysinfo = { git = "https://github.com/getsentry/sysinfo.git", rev = "15b3be3273ba286740122fed7bb7dccd2a79dc8f" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the PR is already merged, we can link directly to the upstream repo, update the comment to mention that we're just waiting for a release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I already added this to the PR but will also mention in code. I also prepared a ticket: https://github.com/getsentry/team-ingest/issues/685

Copy link
Contributor Author

@iambriccardo iambriccardo Mar 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to not work if I omit rev or just add branch = "master". I have no idea why :/

@iambriccardo iambriccardo merged commit 3027065 into master Mar 25, 2025
25 checks passed
@iambriccardo iambriccardo deleted the riccardo/feat/bump-sysinfo branch March 25, 2025 14:16
loewenheim added a commit that referenced this pull request May 28, 2025
The fix implemented in
GuillaumeGomez/sysinfo#1488 has been released as
part of version 0.35.0. Therefore we update `sysinfo` to the current
version, 0.35.1.

See #4613.
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.

Health check reports incorrect memory usage
2 participants