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

perf(507): Add disk and memory usage metrics #529

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

joshua-spacetime
Copy link
Collaborator

Closes #507.

Description of Changes

API and ABI

  • This is a breaking change to the module ABI
  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI
  • This is a breaking change to the SDK API

If the API is breaking, please state below what will break

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5,
where 1 is a trivial change, and 5 is a deep-reaching and complex change.

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

If you answered more than a 2, explain what is complex about the PR,
and what other components it interacts with in potentially concerning ways.

@joshua-spacetime joshua-spacetime force-pushed the joshua/perf/507/disk-mem-metrics branch 2 times, most recently from c113b26 to 6706743 Compare November 6, 2023 23:13
@joshua-spacetime joshua-spacetime force-pushed the joshua/perf/507/disk-mem-metrics branch from 6706743 to 305b7d5 Compare November 6, 2023 23:58
@joshua-spacetime joshua-spacetime marked this pull request as ready for review November 6, 2023 23:59
@@ -157,6 +157,7 @@ sqllogictest = "0.17"
strum = { version = "0.25.0", features = ["derive"] }
syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5.0.0", default-features = false, features = ["default-fancy"] }
sys-info = "0.9.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm pretty sure this one is going to be fine because it's a pretty trivial dependency but worth mentioning:

Any time we land something that has an OS dependency (like this does), I'd like the person landing it to be a little heads up in case there's a problem on whichever of linux/macos/windows they don't run on.

crates/standalone/src/lib.rs Show resolved Hide resolved
@joshua-spacetime joshua-spacetime merged commit 4bc456d into master Nov 7, 2023
5 checks passed
@joshua-spacetime joshua-spacetime deleted the joshua/perf/507/disk-mem-metrics branch November 7, 2023 16:56
kulakowski pushed a commit that referenced this pull request Nov 7, 2023
kulakowski pushed a commit that referenced this pull request Nov 7, 2023
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.

Add metrics for memory and disk usage
2 participants