Skip to content

Enable Prometheus Monitoring at MSK Cluster

Create Prometheus configuration

AWS Documentation

prometheus.yml
# file: prometheus.yml
# my global config
global:
  scrape_interval:     60s

# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
  # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
  - job_name: 'prometheus'
    static_configs:
    # 9090 is the prometheus server port
    - targets: ['localhost:9090']
  - job_name: 'broker'
    file_sd_configs:
    - files:
      - 'targets.json'
targets.json
[
  {
    "labels": {
      "job": "jmx"
    },
    "targets": [
      "broker_dns_1:11001",
      "broker_dns_2:11001",
      .
      .
      .
      "broker_dns_N:11001"
    ]
  },
  {
    "labels": {
      "job": "node"
    },
    "targets": [
      "broker_dns_1:11002",
      "broker_dns_2:11002",
      .
      .
      .
      "broker_dns_N:11002"
    ]
  }
]

Create Grafana Dashboard

MSK Labs

Download this file and import dashboard at Grafana.

JSON file
msk_grafana_dashboard.json
{
    "annotations": {
      "list": [
        {
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
        }
      ]
    },
    "editable": true,
    "gnetId": null,
    "graphTooltip": 0,
    "id": 5,
    "links": [],
    "panels": [
      {
        "collapsed": false,
        "datasource": null,
        "gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
        },
        "id": 28,
        "panels": [],
        "title": "Critical Values",
        "type": "row"
      },
      {
        "cacheTimeout": null,
        "colorBackground": true,
        "colorPostfix": false,
        "colorValue": false,
        "colors": [
"#299c46",
"#F2495C",
"#C4162A"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 0,
"y": 1
        },
        "id": 17,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "sum(kafka_controller_KafkaController_Value{name=\"OfflinePartitionsCount\"}) without (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": "1,1",
        "timeFrom": null,
        "timeShift": null,
        "title": "Offline Partitions",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "max"
      },
      {
        "cacheTimeout": null,
        "colorBackground": true,
        "colorValue": false,
        "colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 3,
"y": 1
        },
        "id": 15,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "sum(rate(kafka_controller_ControllerStats_Count{name=\"IsrChangeRateAndTimeMs\"}[30m])) without (instance)",
  "refId": "A"
}
        ],
        "thresholds": "1",
        "timeFrom": null,
        "timeShift": null,
        "title": "In-Sync Replica state change",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "avg"
      },
      {
        "cacheTimeout": null,
        "colorBackground": true,
        "colorPostfix": false,
        "colorValue": false,
        "colors": [
"#299c46",
"#F2495C",
"#C4162A"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 6,
"y": 1
        },
        "id": 18,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "max(kafka_log_LogFlushStats_Count{name=\"LogFlushRateAndTimeMs\"}) without (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": "10,50",
        "timeFrom": null,
        "timeShift": null,
        "title": "Log Flush Latency (ms)",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "current"
      },
      {
        "cacheTimeout": null,
        "colorBackground": false,
        "colorValue": false,
        "colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 12,
"y": 1
        },
        "id": 19,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "sum(kafka_controller_KafkaController_Value{name=\"GlobalTopicCount\"}) without (instance)",
  "refId": "A"
}
        ],
        "thresholds": "",
        "timeFrom": null,
        "timeShift": null,
        "title": "Total Topics",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "max"
      },
      {
        "cacheTimeout": null,
        "colorBackground": false,
        "colorValue": false,
        "colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 15,
"y": 1
        },
        "id": 20,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "sum(kafka_controller_KafkaController_Value{name=\"PreferredReplicaImbalanceCount\"}) without (instance)",
  "refId": "A"
}
        ],
        "thresholds": "",
        "timeFrom": null,
        "timeShift": null,
        "title": "Preferred Leader Imbalance",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "max"
      },
      {
        "cacheTimeout": null,
        "colorBackground": false,
        "colorValue": false,
        "colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 18,
"y": 1
        },
        "id": 14,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "sum(kafka_controller_KafkaController_Value{name=\"GlobalPartitionCount\"}) without (instance)",
  "refId": "A"
}
        ],
        "thresholds": "",
        "timeFrom": null,
        "timeShift": null,
        "title": "Total Partitions",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "max"
      },
      {
        "cacheTimeout": null,
        "colorBackground": false,
        "colorValue": false,
        "colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
        ],
        "datasource": "Prometheus",
        "format": "none",
        "gauge": {
"maxValue": 100,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
        },
        "gridPos": {
"h": 4,
"w": 3,
"x": 21,
"y": 1
        },
        "id": 25,
        "interval": null,
        "links": [],
        "mappingType": 1,
        "mappingTypes": [
{
  "name": "value to text",
  "value": 1
},
{
  "name": "range to text",
  "value": 2
}
        ],
        "maxDataPoints": 100,
        "nullPointMode": "connected",
        "nullText": null,
        "options": {},
        "pluginVersion": "6.6.1",
        "postfix": "",
        "postfixFontSize": "50%",
        "prefix": "",
        "prefixFontSize": "50%",
        "rangeMaps": [
{
  "from": "null",
  "text": "N/A",
  "to": "null"
}
        ],
        "sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": true,
"lineColor": "rgb(31, 120, 193)",
"show": true,
"ymax": null,
"ymin": null
        },
        "tableColumn": "",
        "targets": [
{
  "expr": "sum(kafka_server_Fetch_queue_size) without (instance)",
  "refId": "A"
}
        ],
        "thresholds": "",
        "timeFrom": null,
        "timeShift": null,
        "title": "Fetch Queue Size",
        "type": "singlestat",
        "valueFontSize": "200%",
        "valueMaps": [
{
  "op": "=",
  "text": "N/A",
  "value": "null"
}
        ],
        "valueName": "max"
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 7,
"w": 24,
"x": 0,
"y": 5
        },
        "hiddenSeries": false,
        "id": 2,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": true,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_server_BrokerTopicMetrics_OneMinuteRate{name=\"MessagesInPerSec\"}) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "MessagesInPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "collapsed": false,
        "datasource": null,
        "gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 12
        },
        "id": 10,
        "panels": [],
        "title": "Cluster Traffic",
        "type": "row"
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 13
        },
        "hiddenSeries": false,
        "id": 8,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": true,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_server_BrokerTopicMetrics_OneMinuteRate{job=\"jmx\",name=\"ReplicationBytesInPerSec\"}) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "ReplicationBytesInPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 13
        },
        "hiddenSeries": false,
        "id": 7,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": true,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_server_BrokerTopicMetrics_OneMinuteRate{job=\"jmx\",name=\"ReplicationBytesOutPerSec\"}) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "ReplicationBytesOutPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 21
        },
        "hiddenSeries": false,
        "id": 6,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": true,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_server_BrokerTopicMetrics_OneMinuteRate{job=\"jmx\",name=\"TotalProduceRequestsPerSec\"}) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "TotalProduceRequestsPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 21
        },
        "hiddenSeries": false,
        "id": 31,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": true,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_cluster_Partition_Value{name=\"UnderReplicated\"}) by (topic)",
  "legendFormat": "{{topic}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "Under replicated partitions by Topic",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 29
        },
        "hiddenSeries": false,
        "id": 32,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": true,
        "steppedLine": false,
        "targets": [
{
  "expr": "kafka_server_SessionExpireListener_OneMinuteRate{name=\"ZooKeeperDisconnectsPerSec\"}",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "ZooKeeperDisconnectsPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "collapsed": false,
        "datasource": null,
        "gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 37
        },
        "id": 30,
        "panels": [],
        "title": "Networking",
        "type": "row"
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": "Prometheus",
        "decimals": 1,
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 7,
"w": 12,
"x": 0,
"y": 38
        },
        "hiddenSeries": false,
        "id": 12,
        "legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"max": true,
"min": true,
"show": true,
"total": false,
"values": true
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [
{
  "alias": "Out",
  "transform": "negative-Y"
}
        ],
        "spaceLength": 10,
        "stack": false,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(rate(kafka_server_BrokerTopicMetrics_Count{name=\"BytesInPerSec\"}[1m])) by (name)",
  "instant": false,
  "interval": "10s",
  "intervalFactor": 1,
  "legendFormat": "In",
  "refId": "A"
},
{
  "expr": "sum(rate(kafka_server_BrokerTopicMetrics_Count{name=\"BytesOutPerSec\"}[1m])) by (name)",
  "instant": false,
  "interval": "10s",
  "legendFormat": "Out",
  "refId": "B"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "Network Bytes",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "Bps",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": false
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": null,
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 7,
"w": 12,
"x": 12,
"y": 38
        },
        "hiddenSeries": false,
        "id": 22,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": false,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_network_RequestMetrics_OneMinuteRate{name=\"RequestsPerSec\"  }) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "Network: RequestsPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": null,
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 5,
"w": 12,
"x": 0,
"y": 45
        },
        "hiddenSeries": false,
        "id": 26,
        "legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": false,
"min": true,
"show": true,
"total": false,
"values": true
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": false,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_network_Processor_Value{name=\"IdlePercent\"}) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "Network: CPU Idle Time",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "percentunit",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      },
      {
        "aliasColors": {},
        "bars": false,
        "dashLength": 10,
        "dashes": false,
        "datasource": null,
        "fill": 1,
        "fillGradient": 0,
        "gridPos": {
"h": 5,
"w": 12,
"x": 12,
"y": 45
        },
        "hiddenSeries": false,
        "id": 23,
        "legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
        },
        "lines": true,
        "linewidth": 1,
        "nullPointMode": "null",
        "options": {
"dataLinks": []
        },
        "percentage": false,
        "pointradius": 2,
        "points": false,
        "renderer": "flot",
        "seriesOverrides": [],
        "spaceLength": 10,
        "stack": false,
        "steppedLine": false,
        "targets": [
{
  "expr": "sum(kafka_network_RequestMetrics_OneMinuteRate{name=\"ErrorsPerSec\"  }) by (instance)",
  "legendFormat": "{{instance}}",
  "refId": "A"
}
        ],
        "thresholds": [],
        "timeFrom": null,
        "timeRegions": [],
        "timeShift": null,
        "title": "Network: ErrorsPerSec",
        "tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
        },
        "type": "graph",
        "xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
        },
        "yaxes": [
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
},
{
  "format": "short",
  "label": null,
  "logBase": 1,
  "max": null,
  "min": null,
  "show": true
}
        ],
        "yaxis": {
"align": false,
"alignLevel": null
        }
      }
    ],
    "refresh": "",
    "schemaVersion": 22,
    "style": "dark",
    "tags": [],
    "templating": {
      "list": []
    },
    "time": {
      "from": "now-5m",
      "to": "now"
    },
    "timepicker": {
      "refresh_intervals": [
        "5s",
        "10s",
        "30s",
        "1m",
        "5m",
        "15m",
        "30m",
        "1h",
        "2h",
        "1d"
      ]
    },
    "timezone": "",
    "title": "MSK Cluster Overview",
    "uid": "LYXrrYwZz",
    "version": 5
  }