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

[v23.3.x] Added vectorized_raft_learners_gap_bytes metric #19874

Commits on Jun 18, 2024

  1. raft: expose api to query bytes to deliver to followers

    Exposed an API returning the total number of bytes to send to learner
    followers.
    
    Signed-off-by: Michał Maślanka <michal@redpanda.com>
    (cherry picked from commit 898f08b)
    mmaslankaprv committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cd19845 View commit details
    Browse the repository at this point in the history
  2. raft: exposed metric representing bytes to sent to learners

    Exposed a metric informing about the total number of bytes that are
    there to deliver to learner follower.
    
    Signed-off-by: Michał Maślanka <michal@redpanda.com>
    (cherry picked from commit 00954f6)
    mmaslankaprv committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    49eb915 View commit details
    Browse the repository at this point in the history
  3. tests: added a test validating correctness of learner gap metric

    Signed-off-by: Michał Maślanka <michal@redpanda.com>
    (cherry picked from commit 02286dc)
    mmaslankaprv committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4c8b8ec View commit details
    Browse the repository at this point in the history