KIP-136 — Add Listener name to SelectorMetrics tags
Accepted Kafka 1.0 MetricsBroker
Adds listenerName and securityProtocol tags to the socket-server-metrics group so per-network-processor metrics (connection-count, connection-close-rate, etc.) can be filtered by listener. With multiple listeners on a broker, network processor IDs were bare integers, making it impossible to attribute socket-level metrics to a specific listener without knowing the processor-to-listener mapping.
Details
| Author | Edoardo Comar |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-4982 |
| Wiki | View on Apache Wiki |
| Created | 2017-03-30 |
| Last Modified | 2017-05-12 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.