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 01f707350e4 [improve][ml] Upgrade Oxia client to 0.7.0 (#24824)
new eef4d7eb34c [fix][test] Fix flaky
SingleThreadNonConcurrentFixedRateSchedulerTest.testPeriodicTaskCancellation
(#24823)
new eb0d089770f [feat][monitor] Add publish latency histogram as OTel
metrics (#24810)
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:
.../pulsar/broker/service/AbstractTopic.java | 12 +--------
.../apache/pulsar/broker/service/PulsarStats.java | 5 ++++
.../broker/stats/BrokerOperabilityMetrics.java | 30 ++++++++++++++++++++++
.../broker/stats/BrokerOpenTelemetryTestUtil.java | 15 +++++++++++
.../OpenTelemetryBrokerOperabilityStatsTest.java | 26 +++++++++++++++++++
...eThreadNonConcurrentFixedRateSchedulerTest.java | 4 +--
6 files changed, 79 insertions(+), 13 deletions(-)