linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.68k stars 574 forks source link

Add metrics about total and remaining data to rebalance #2132

Open HerveRiviere opened 4 months ago

HerveRiviere commented 4 months ago

There is no metrics about total and remaining data to rebalance .

It can be useful to have it in order to export the metric in some grafana / datadog ... kafka admin dashboards.

Associated with the already existing rebalance rate metric it can allows to easily build estimated rebalance time for instance.