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

chore: add pending_ops to disk stats #3837

Merged
merged 1 commit into from
Oct 1, 2024
Merged

chore: add pending_ops to disk stats #3837

merged 1 commit into from
Oct 1, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Oct 1, 2024

No description provided.

@romange romange requested a review from kostasrim October 1, 2024 05:53
return {alloc_.allocated_bytes(), alloc_.capacity(), heap_buf_alloc_cnt_, reg_buf_alloc_cnt_,
static_cast<size_t>(max_size_)};
return {
alloc_.allocated_bytes(), alloc_.capacity(), heap_buf_alloc_cnt_, reg_buf_alloc_cnt_,
Copy link
Contributor

Choose a reason for hiding this comment

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

why this got formatted like this ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

🤷🏼

@romange romange merged commit 2d11a04 into main Oct 1, 2024
12 checks passed
@romange romange deleted the Pr1 branch October 1, 2024 06:51
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.

2 participants