mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +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>
VictoriaMetrics dashboards
The directory contains the official list of Grafana dashboards for VictoriaMetrics components.
The vm folder contains copies of the listed dashboards but alternated to use
VictoriaMetrics datasource.
The listed dashboards can be found on Grafana website.
When making changes to the dashboards in dashboards folder, don't forget to call make dashboards-sync
and sync changes to Grafana website.