mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
Add a new `Kafka (Enterprise)` row to both vmagent dashboards: - `dashboards/vmagent.json` - `dashboards/vm/vmagent.json` The row is placed before `Drilldown` and contains three Kafka-specific panels: - `Kafka bytes` - `Kafka messages in/out` - `Kafka and consumer errors` The goal is to provide a compact Kafka-focused view for enterprise vmagent deployments without duplicating the existing generic remote write panels such as connection saturation and persistent queue size. The new row helps distinguish: - producer vs consumer throughput at the Kafka topic level - message-rate shifts that may indicate smaller Kafka payloads and higher per-message overhead - producer-side Kafka errors vs consumer-side Kafka errors Descriptions include links to the relevant Kafka documentation sections. PR https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10728 --------- Co-authored-by: Max Kotliar <mkotlyar@victoriametrics.com>