Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pulsar-broker] configure maxMsgReplDelayInSeconds for each colo (apa…
…che#8409) ### Motivation `maxMsgReplDelayInSeconds` is useful metrics for replicator n/w monitoring and we should have it in namespace-metrics for each colo. We have added max delay across all replication-clusters in apache#2983 but it will be more useful and make-sense to add at each colo for monitoring purpose. ### Result After fix it should appear in namespace-replicator stats ``` ./pulsar-admin broker-stats monitoring-metrics -i { "metrics": { "brk_max_replication_delay_second": 0.0, "brk_repl_is_connected": 1, "brk_repl_out_rate": 0.03857322653872893, "brk_repl_out_tp_rate": 0.23143935923237358, "brk_replication_backlog": 0.0 }, "dimensions": { "from_cluster": "r1", "namespace": "pulsar/ns", "to_cluster": "r3" } } ```
- Loading branch information