You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2021/11/19 09:54:26 UTC

[bookkeeper] branch master updated (8720c54 -> cc92ca6)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git.


    from 8720c54  Rejected requests counter metric (#2866)
     add cc92ca6  Journal metrics enhancement (#2865)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/bookie/BookKeeperServerStats.java   |  2 +
 .../org/apache/bookkeeper/bookie/BookieImpl.java   | 49 +----------------
 .../java/org/apache/bookkeeper/bookie/Journal.java | 63 ++++++++++++++++++----
 .../bookkeeper/bookie/stats/BookieStats.java       | 33 +++++++++++-
 .../bookkeeper/bookie/stats/JournalStats.java      | 44 ++++++++++++++-
 .../org/apache/bookkeeper/test/OpStatTest.java     |  6 +--
 6 files changed, 133 insertions(+), 64 deletions(-)