DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: Under DiscussionAccepted
Vote thread: NA https://lists.apache.org/thread/kyrvq8ps35d83xco9xr4j9m0qx794t7t
Discussion thread: https://lists.apache.org/thread/8ky7t8xybgy2omkqld1fbtk16op9p5qo
...
| Name | Type | Description |
|---|---|---|
| kafka.controller:type=ControllerEventManager,name=ControllerThreadIdleRatioAvgIdleRatio | RatioGaugeTimeRatio | The idle ratio measures the proportion of time the controller thread is not actively processing an event using the existing metric org.apache.kafka.raft.internals.TimeRatio which tracks idleness over the actual measurement interval.The metric is calculated using the following formula and value ranges from 0 to 1, where 0 indicates the controller thread is constantly processing without breaks, 1 signifies the controller spends most of its time waiting for work: controller idle ratio = idle_time/(active_time+idle_time) The components are defined as follows:
|
Compatibility, Deprecation, and Migration Plan
...