-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add metrics for memory and disk usage #507
Comments
joshua-spacetime
added a commit
that referenced
this issue
Nov 4, 2023
joshua-spacetime
added a commit
that referenced
this issue
Nov 6, 2023
4 tasks
joshua-spacetime
added a commit
that referenced
this issue
Nov 6, 2023
joshua-spacetime
added a commit
that referenced
this issue
Nov 6, 2023
joshua-spacetime
added a commit
that referenced
this issue
Nov 6, 2023
joshua-spacetime
added a commit
that referenced
this issue
Nov 7, 2023
kulakowski
pushed a commit
that referenced
this issue
Nov 7, 2023
kulakowski
pushed a commit
that referenced
this issue
Nov 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disk usage comes from one of 3 things: the message log, object storage, and logs. We should have a metric for each of these as well as complete free/used disk space on the node coming directly from the OS. The latter metric will be a cluster level metric whereas the former ones will be tied to a specific database. Note also that these metrics will be in the form of a single statistic.
Similarly we want to track a node's free and used memory as reported by the OS. Again, this will be reported as a single statistic for the cluster.
The text was updated successfully, but these errors were encountered: