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

Add OS mem stats to node-stats telemetry device #1530

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

b-deam
Copy link
Member

@b-deam b-deam commented Jun 24, 2022

With this commit we add the OS memory stats to default list of
collected node-stats metrics.

This adds the below fields to the resulting metrics docs:

[...]
    "os_mem_total_in_bytes": 68719476736,
    "os_mem_adjusted_total_in_bytes": 68719476736,
    "os_mem_free_in_bytes": 260407296,
    "os_mem_used_in_bytes": 68459069440,
    "os_mem_free_percent": 0,
    "os_mem_used_percent": 100,
[...]

@b-deam b-deam added enhancement Improves the status quo :Metrics How metrics are stored, calculated or aggregated :Usability Makes Rally easier to use :Telemetry Telemetry Devices that gather additional metrics :Docs Changes to the documentation labels Jun 24, 2022
@b-deam b-deam requested a review from pquentin June 24, 2022 02:59
@b-deam b-deam self-assigned this Jun 24, 2022
Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

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

This works beautifully, thank you!

@pquentin pquentin added this to the 2.5.1 milestone Jun 27, 2022
@b-deam b-deam merged commit 591f612 into elastic:master Jun 28, 2022
@pquentin pquentin removed the :Docs Changes to the documentation label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Metrics How metrics are stored, calculated or aggregated :Telemetry Telemetry Devices that gather additional metrics :Usability Makes Rally easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants