rdhabalia opened a new pull request #2983: add replication_delay to namespace metrics URL: https://github.com/apache/pulsar/pull/2983 ### Motivation Right now, broker metrics provide `replicationDelay` per topic level but we have setup monitoring on namespace metrics `./pulsar-admin broker-stats monitoring-metrics` and we also need `replicationDelay` at namespace level to get estimate delay from namespace graphs. ### Modifications Find out max replication-delay among all the topics of a namespace and use it to namespace-metrics to provide estimate repl-dealy for a namespace.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
