Add AWS MSK Cluster Monitoring Dashboard (OTLP v1)#258
Open
blessuselessk wants to merge 1 commit intoSigNoz:mainfrom
Open
Add AWS MSK Cluster Monitoring Dashboard (OTLP v1)#258blessuselessk wants to merge 1 commit intoSigNoz:mainfrom
blessuselessk wants to merge 1 commit intoSigNoz:mainfrom
Conversation
CloudWatch metrics via OpenTelemetry Query Builder with 5 sections: - Broker Metrics (CPU, memory, disk, network) - Topic Metrics (bytes in/out, messages, produce latency) - Partition Metrics (under-replicated, offline, controller, counts) - Consumer Metrics (offset lag, estimated time lag) - AWS Metrics (burst balance, CPU credits, traffic shaping, connections, heap) Fixes SigNoz/signoz#6036
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aws_kafka_*metric names matching the CloudWatchAWS/Kafkanamespace conventioncluster_name,broker_id(multi-select), anddeployment.environmentPanels
Broker Metrics (8 panels): CPU User/System, Memory Used/Free, Disk Usage (Data Logs), Disk Throughput (Read/Write), Network RX/TX Packets
Topic Metrics (4 panels): Bytes In/Out Per Second, Messages In Per Second, Produce Total Time Mean
Partition Metrics (5 panels): Under-Replicated Partitions, Offline Partitions Count, Active Controller Count, Partition Count, Leader Count
Consumer Metrics (2 panels): Consumer Lag (Sum Offset Lag), Estimated Max Time Lag
AWS Metrics (5 panels): Burst Balance, CPU Credit Usage, Traffic Shaping, Connection Count, Heap Memory After GC
Key Differentiators from Other PRs
aws_kafka_*CloudWatch metric naming (matching ElastiCache/RDS pattern in this repo), not JMX/Prometheus metricsFixes SigNoz/signoz#6036
Test plan
python3 -m json.tool)aws_kafka_*metrics are present