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

lhotari pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from f5c3e634543 [fix][client] Make auto partitions update work for old 
brokers without PIP-344 (#24822)
     new c3921bad1ec [fix][broker] Allow intermittent error from topic policies 
service when loading topics (#24829)
     new d6e45533fcf [feat][monitor] Add ML write latency histogram and entry 
size histogram as OTel metrics (#24815)

The 2 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:
 .../mledger/ManagedLedgerAttributes.java           |  4 +
 .../mledger/impl/ManagedLedgerFactoryImpl.java     |  1 +
 .../mledger/impl/ManagedLedgerMBeanImpl.java       |  8 ++
 .../impl/OpenTelemetryManagedLedgerStats.java      | 87 ++++++++++++++++++++++
 .../pulsar/broker/service/BrokerService.java       | 18 +++--
 .../pulsar/broker/service/BrokerServiceTest.java   | 27 ++++++-
 .../broker/stats/ManagedLedgerMetricsTest.java     | 14 ++++
 7 files changed, 150 insertions(+), 9 deletions(-)

Reply via email to