This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from bae9a12 [Authentication] Support chained authentication with same
auth method name (#9094)
new 63b3741 Export Prometheus metric for messageTTL (#8871)
new 11e974f Monitor if a cursor moves its mark-delete position (#8930)
new 0c73690 Fix branch-2.6 broken by advertisedAddress in
ProxyConfiguration
The 3 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/namespace/NamespaceService.java | 2 +-
.../persistent/PersistentMessageExpiryMonitor.java | 14 ++-
.../service/persistent/PersistentSubscription.java | 10 ++
.../prometheus/AggregatedSubscriptionStats.java | 14 +++
.../stats/prometheus/NamespaceStatsAggregator.java | 7 ++
.../pulsar/broker/stats/prometheus/TopicStats.java | 44 +++++++--
.../apache/pulsar/broker/admin/AdminApiTest.java | 30 ++++--
.../pulsar/broker/stats/PrometheusMetricsTest.java | 104 +++++++++++++++++++++
.../common/policies/data/SubscriptionStats.java | 9 ++
.../pulsar/proxy/server/ProxyConfiguration.java | 6 ++
10 files changed, 221 insertions(+), 19 deletions(-)