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.74k stars 587 forks source link

cruisecontrol.properties contains metric not documented in wiki #313

Closed fvigotti closed 6 years ago

fvigotti commented 6 years ago

I haven't checked all metrics but some are missing .. I see that the property file is documented, so if this file is fine, I suggest to refer to implement all the documentation in that file (which is also versioned) and let the wiki reference that , having two sources of documentation which also doesn't match is a mistake.

example :

# The number of partition metric windows to keep in memory
num.partition.metrics.windows=1
kidkun commented 6 years ago

@fvigotti Thanks for reporting this. The config document is a little bit out of sync with latest config options. I have update that page.