KIP-608 — Expose Kafka Metrics in Authorizer
Accepted SecurityMetrics
Passes the broker's `Metrics` instance to authorizer plugins via a new `AuthorizerServerInfo` context object so authorizers can register and expose their own JMX metrics using the broker's existing metric infrastructure. Authorizer plugins previously had no access to the broker's metrics registry, forcing them to create their own `Metrics` objects with separate JMX reporters.
Details
| Author | Jeff Huang |
| Status | Accepted |
| JIRA | KAFKA-9958 |
| Wiki | View on Apache Wiki |
| Created | 2020-05-05 |
| Last Modified | 2021-01-20 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.