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/pulsar.git.
from 76d3426 Add a read lock when traversing batchDeletedIndexes (#10763)
add 0136176 [Broker] Replace illegal use of Prometheus client method
CollectorRegistry.getSampleValue (#10764)
No new revisions were added by this update.
Summary of changes:
.../broker/stats/BrokerOperabilityMetrics.java | 17 +--
.../apache/pulsar/broker/stats/DimensionStats.java | 128 ++++++++++++++-------
.../pulsar/broker/stats/DimensionStatsTest.java | 43 +++++++
3 files changed, 138 insertions(+), 50 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/stats/DimensionStatsTest.java