Skip to content

feat: add AWS MSK (Kafka) Prometheus dashboard#265

Open
Gengyscan wants to merge 2 commits intoSigNoz:mainfrom
Gengyscan:feat/aws-msk-dashboard
Open

feat: add AWS MSK (Kafka) Prometheus dashboard#265
Gengyscan wants to merge 2 commits intoSigNoz:mainfrom
Gengyscan:feat/aws-msk-dashboard

Conversation

@Gengyscan
Copy link

@Gengyscan Gengyscan commented Mar 24, 2026

AWS MSK (Kafka) Dashboard

8-panel Prometheus dashboard for monitoring AWS MSK / Apache Kafka in SigNoz.

Panels

KPI (value): Active Controllers, Under-Replicated Partitions, Max Replication Lag, Total Topics
Time series: Bytes In/Out Rate, Request Rate, Under-Replicated Partitions Over Time, Replication Lag Over Time

Variables

  • cluster_name
  • broker
  • topic

Metrics

  • kafka_server_brokertopicmetrics_bytesin_total / bytesout_total
  • kafka_network_requestmetrics_requests_total
  • kafka_server_replicafetchermanager_maxlag
  • kafka_controller_kafkacontroller_activecontrollercount
  • kafka_server_replicamanager_underreplicatedpartitions

Closes SigNoz/signoz#6036

Gengyscan added 2 commits March 24, 2026 04:06
8-panel Prometheus dashboard for AWS MSK / Kafka monitoring:
- Active controllers, under-replicated partitions, replication lag
- Bytes in/out rate, request rate
- Variables: cluster_name, broker, topic
- PromQL queries via JMX exporter metrics

Closes SigNoz/signoz#6030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dashboard Request] AWS MSK Cluster

1 participant