This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from d46ef7cdc6 Merge remote-tracking branch 'upstream/2.1' add 7f9d3f3efe Emit block cache metrics (#4518) new 33e2d055af Merge remote-tracking branch 'upstream/2.1' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../accumulo/core/metrics/MetricsProducer.java | 9 ++++ .../apache/accumulo/tserver/BlockCacheMetrics.java | 61 ++++++++++++++++++++++ .../org/apache/accumulo/tserver/ScanServer.java | 5 +- .../org/apache/accumulo/tserver/TabletServer.java | 7 ++- 4 files changed, 79 insertions(+), 3 deletions(-) create mode 100644 server/tserver/src/main/java/org/apache/accumulo/tserver/BlockCacheMetrics.java