-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add metrics [AddEntryWithReplicasBytesRate] for namespace #11472
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
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
Technoboy-
added a commit
to Technoboy-/pulsar
that referenced
this pull request
Jul 28, 2021
…ies_logical_size, pulsar_total_read_entries_size ] for topic/namespace (apache#11472)
617d570 to
c189f89
Compare
Anonymitaet
reviewed
Jul 30, 2021
Contributor
Author
|
/pulsarbot run-failure-checks |
Technoboy-
added a commit
to Technoboy-/pulsar
that referenced
this pull request
Aug 3, 2021
…e, total_read_entries_size ] for topic/namespace (apache#11472)
9db8669 to
85b0ea7
Compare
Anonymitaet
approved these changes
Aug 3, 2021
Member
Anonymitaet
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.
Thanks for your contribution. Approved from the language perspective.
…e, total_read_entries_size ] for topic/namespace (apache#11472)
85b0ea7 to
d8c4156
Compare
codelipenghui
approved these changes
Aug 4, 2021
codelipenghui
pushed a commit
that referenced
this pull request
Aug 5, 2021
(cherry picked from commit 92e7825)
LeBW
pushed a commit
to LeBW/pulsar
that referenced
this pull request
Aug 9, 2021
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
momo-jun
added a commit
to momo-jun/pulsar
that referenced
this pull request
Aug 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-picked/branch-2.8
Archived: 2.8 is end of life
doc
Your PR contains doc changes, no matter whether the changes are in markdown or code files.
release/2.8.1
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
Currently, there is no visibility about the following activities:
So when the bookkeeper cluster is having heavy traffic, it is hard to tell which topic or namespace contributes most of the traffic.
Modifications
Add metrics [total_write_entries_size, total_write_enties_logical_size, total_read_entries_size ] for topic/namespace.