KIP-674 — API to Aggregate Metrics in Kafka Streams
Discussion StreamsMetrics
Adds a `KafkaStreamsMetricsAggregator` interface and a built-in aggregating `MetricsReporter` implementation that can roll up Kafka Streams task-level and thread-level metrics into application-level aggregates. Commercial monitoring services often impose limits on the number of metrics reported; a Kafka Streams application with many tasks/partitions can easily exceed these limits.
Details
| Author | Bruno Cadonna |
| Status | Discussion |
| JIRA | KAFKA-10484 |
| Wiki | View on Apache Wiki |
| Created | 2020-09-29 |
| Last Modified | 2020-10-13 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.