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

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


    from 28504ab  [Authentication] Support chained authentication with same 
auth method name (#9094)
     new 6f0f3fb  Export Prometheus metric for messageTTL (#8871)
     new 4ed43c9  Monitor if a cursor moves its mark-delete position (#8930)

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/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 ++
 9 files changed, 215 insertions(+), 19 deletions(-)

Reply via email to