멀티 클러스터 및 Thanos/Federation 환경에서 여러 분산 스토리지 노드 간의 인터커넥트(Interconnect) 대역폭과 WAN/LAN 레이어의 전송 품질을 정밀 무결성 검증하기 위한 9. Network (네트워크 프로토콜) 전용 독립형 대시보드의 Metrics v3 Grafana JSON 명세입니다.
이 대시보드는 /minio/metrics/v3/node/network 엔드포인트 및 인프라 표준 커널 네트워크 메트릭을 교차 매핑하여 작동합니다. 클러스터 노드 간 데이터 셔플링(Shuffling), Erasure Coding 블록 전송, 그리고 클라이언트 API 바인딩 시 발생하는 인터페이스 대역폭 포화, 패킷 드롭(Errors), 그리고 패킷 유실의 핵심 증적인 TCP 재전송 레이트(TCP Retransmission Rate %)를 실시간 추적합니다.
그라파나(Grafana)의 Import Dashboard 기능을 통해 로드하여 대규모 글로벌 네트워크 토폴로지의 병목을 즉시 관제할 수 있습니다. 상단 $cluster 셀렉터 선택 시 하위 네임스페이스와 서버 노드 레이블 구조가 유연하게 하향 동기화(Cascading 체인)됩니다.
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"hide": true,
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": null,
"links": [],
"liveNow": false,
"panels": [
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 900,
"title": "🌐 1. GLOBAL NETWORK CORE VITALS & ERROR RATES",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
}
]
},
"unit": "Bps"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 0,
"y": 1
},
"id": 901,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(rate(minio_node_network_receive_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\"}[5m]))",
"legendFormat": "Global Rx",
"refId": "A"
}
],
"title": "Aggregated Network Ingress (Rx Speed)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
}
]
},
"unit": "Bps"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 6,
"y": 1
},
"id": 902,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(rate(minio_node_network_transmit_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\"}[5m]))",
"legendFormat": "Global Tx",
"refId": "A"
}
],
"title": "Aggregated Network Egress (Tx Speed)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 1
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 12,
"y": 1
},
"id": 903,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"sum"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(increase(minio_node_network_receive_errors_total{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) + sum(increase(minio_node_network_transmit_errors_total{cluster=\"$cluster\", namespace=\"$namespace\"}[5m]))",
"legendFormat": "Interface Errors",
"refId": "A"
}
],
"title": "Interface Packet Errors Count (Last 5m)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 0.5
},
{
"color": "red",
"value": 2
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 18,
"y": 1
},
"id": 904,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"max"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "max(sum(rate(node_netstat_Tcp_RetransSegs{cluster=\"$cluster\"}[5m])) by (server) / sum(rate(node_netstat_Tcp_OutSegs{cluster=\"$cluster\"}[5m])) by (server)) * 100",
"legendFormat": "Max Retrans Rate",
"refId": "A"
}
],
"title": "Worst Server Node TCP Retransmission Rate",
"type": "stat"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 5
},
"id": 1000,
"title": "📈 2. BANDWIDTH CONSUMPTION PROFILE PER SERVER NODE",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 10,
"lineInterpolation": "smooth",
"lineWidth": 2,
"showPoints": "none"
},
"mappings": [],
"unit": "Bps"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 6
},
"id": 1001,
"options": {
"legend": {
"calcs": [
"max",
"mean"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(rate(minio_node_network_receive_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (server)",
"legendFormat": "{{server}} Rx Ingress",
"refId": "A"
}
],
"title": "Per-Node Network Ingress (Rx) Traffic Speed",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 10,
"lineInterpolation": "smooth",
"lineWidth": 2,
"showPoints": "none"
},
"mappings": [],
"unit": "Bps"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 6
},
"id": 1002,
"options": {
"legend": {
"calcs": [
"max",
"mean"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(rate(minio_node_network_transmit_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (server)",
"legendFormat": "{{server}} Tx Egress",
"refId": "A"
}
],
"title": "Per-Node Network Egress (Tx) Traffic Speed",
"type": "timeseries"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 14
},
"id": 1100,
"title": "🚨 3. TCP LAYER QUALITY: RETRANSMISSION RATE & DROPS",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 5,
"lineInterpolation": "linear",
"lineWidth": 2,
"showPoints": "none"
},
"mappings": [],
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 15
},
"id": 1101,
"options": {
"legend": {
"calcs": [
"max",
"mean"
],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "(sum(rate(node_netstat_Tcp_RetransSegs{cluster=\"$cluster\"}[5m])) by (server) / sum(rate(node_netstat_Tcp_OutSegs{cluster=\"$cluster\"}[5m])) by (server)) * 100",
"legendFormat": "{{server}} TCP Retrans %",
"refId": "A"
}
],
"title": "Real-time TCP Retransmission Segment Ratio per Server Node",
"type": "timeseries"
}
],
"refresh": "10s",
"schemaVersion": 38,
"style": "dark",
"tags": [
"AIStor",
"Metrics-V3",
"Network-Protocol",
"TCP-Stability",
"Multi-Cluster-Core"
],
"templating": {
"list": [
{
"current": {},
"hide": 0,
"includeAll": false,
"label": "Data Source",
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"current": {},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(minio_node_network_receive_bytes_total, cluster)",
"hide": 0,
"includeAll": true,
"multi": false,
"label": "AIStor Cluster",
"name": "cluster",
"options": [],
"query": {
"query": "label_values(minio_node_network_receive_bytes_total, cluster)",
"refId": "ClusterVariableQuery"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
},
{
"current": {},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(minio_node_network_receive_bytes_total{cluster=\"$cluster\"}, namespace)",
"hide": 0,
"includeAll": false,
"label": "Namespace",
"name": "namespace",
"options": [],
"query": {
"query": "label_values(minio_node_network_receive_bytes_total{cluster=\"$cluster\"}, namespace)",
"refId": "NamespaceVariableQuery"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
}
]
},
"time": {
"from": "now-1h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s"
]
},
"timezone": "browser",
"title": "AIStor Operations - 9. Network (Multi-Cluster v3)",
"version": 2
}
Real-time TCP Retransmission Segment Ratio 그래프에서 특정 지역 인프라 클러스터의 평균 재전송선이 적색 임계값인 >1% (혹은 일시적 >2%) 위로 돌파하는 상태입니다.TTFB)를 직격하여 대규모 분산 AI 모델 학습 파이프라인의 데이터 피딩(Data Feeding) 병목을 유발합니다.Rx) 혹은 Egress(Tx) 그래프 선만 타 노드들에 비해 지나치게 낮게 고립되어 있다면 해당 노드가 속한 가상 네트워크 스위치 가상 인터페이스(Cilium CNI 링 버퍼 등)의 컨텍스트 스위칭(Context Switching) 부하를 정밀 의심해야 합니다.클러스터 통신 레이어의 동맥이자 크로스 사이트 원격 복제의 전제 조건인 네트워크 파이프라인 감시 캔버스까지 멀티 클러스터 v3 이관이 마무리되었습니다.