-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix][monitor] Fix the incorrect metrics name #21981
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
congbobo184
reviewed
Jan 30, 2024
lhotari
approved these changes
Oct 9, 2024
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21981 +/- ##
=============================================
+ Coverage 38.56% 74.27% +35.71%
- Complexity 13262 33903 +20641
=============================================
Files 1856 1913 +57
Lines 145287 149501 +4214
Branches 16877 17371 +494
=============================================
+ Hits 56025 111037 +55012
+ Misses 81696 29611 -52085
- Partials 7566 8853 +1287
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
lhotari
added a commit
that referenced
this pull request
Nov 4, 2025
Co-authored-by: Lari Hotari <lhotari@users.noreply.github.com> (cherry picked from commit b758283)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-picked/branch-4.0
doc
Your PR contains doc changes, no matter whether the changes are in markdown or code files.
release/4.0.8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Fix the incorrect metrics name.
Reference links:
#21766 (comment)
https://github.com/apache/bookkeeper/releases/tag/release-4.16.0
Modifications
bookkeeper_server_ADD_ENTRY_REQUEST->bookkeeper_server_ADD_ENTRYbookkeeper_server_READ_ENTRY_REQUEST->bookkeeper_server_READ_ENTRYVerifying this change
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: