-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[chore](recycler) Improve recycler metrics #55455
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
ec89be2 to
f3a9587
Compare
f3a9587 to
b290111
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1. change the statistics of concurrent task nums to the statistics of task status for submitted, completed and error. the reason is that Promethus cannot collect tasks that are too short, resulting in no change in the concurrent number. 2. change the `atomic_long` to `atomic_ullong` for bytes 3. fixed the duplication of data collected by calling the `statistics_recycle` http interface
What problem does this PR solve?
change the statistics of concurrent task nums to the statistics of task status for submitted, completed and error. the reason is that Promethus cannot collect tasks that are too short, resulting in no change in the concurrent number.
change the
atomic_longtoatomic_ullongfor bytesfixed the duplication of data collected by calling the
statistics_recyclehttp interfaceRelease note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)