-
-
Save kiuber/8f26ee6aa06434581af24b872925aa70 to your computer and use it in GitHub Desktop.
Aptos Grafana Dashboard
This file contains 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
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"target": { | |
"limit": 100, | |
"matchAny": false, | |
"tags": [], | |
"type": "dashboard" | |
}, | |
"type": "dashboard" | |
} | |
] | |
}, | |
"editable": true, | |
"fiscalYearStartMonth": 0, | |
"graphTooltip": 0, | |
"id": 59, | |
"links": [], | |
"liveNow": false, | |
"panels": [ | |
{ | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 42, | |
"title": "Network", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 9, | |
"w": 10, | |
"x": 0, | |
"y": 1 | |
}, | |
"id": 11, | |
"options": { | |
"displayMode": "gradient", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"showUnfilled": true | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_bytes{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"received\",type=\"request\"}", | |
"interval": "", | |
"legendFormat": "Received Request", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_bytes{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"received\",type=\"response\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Received Response", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_bytes{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"sent\",type=\"request\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Sent Request", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_bytes{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"sent\",type=\"response\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Sent Response", | |
"refId": "D" | |
} | |
], | |
"title": "RPC Bytes", | |
"type": "bargauge" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 9, | |
"w": 9, | |
"x": 10, | |
"y": 1 | |
}, | |
"id": 12, | |
"options": { | |
"displayMode": "gradient", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"showUnfilled": true | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_messages{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"received\",type=\"request\"}", | |
"interval": "", | |
"legendFormat": "Received Request", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_messages{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"received\",type=\"response\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Received Response", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_messages{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"sent\",type=\"request\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Sent Request", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_rpc_messages{network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\",state=\"sent\",type=\"response\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Sent Response", | |
"refId": "D" | |
} | |
], | |
"title": "RPC Messages", | |
"type": "bargauge" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 5, | |
"x": 0, | |
"y": 10 | |
}, | |
"id": 7, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_health_check_events{state=\"dequeued\"}", | |
"interval": "", | |
"legendFormat": "Dequeued", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_health_check_events{state=\"enqueued\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Enqueued", | |
"refId": "B" | |
} | |
], | |
"title": "Health Check", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 5, | |
"x": 5, | |
"y": 10 | |
}, | |
"id": 8, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_network_notifications{state=\"dequeued\"}", | |
"interval": "", | |
"legendFormat": "Dequeued", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_network_notifications{state=\"enqueued\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Enqueued", | |
"refId": "B" | |
} | |
], | |
"title": "Pending Network Notification", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 5, | |
"x": 10, | |
"y": 10 | |
}, | |
"id": 10, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_requests{state=\"dequeued\"}", | |
"interval": "", | |
"legendFormat": "Dequeued", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_requests{state=\"enqueued\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Enqueued", | |
"refId": "B" | |
} | |
], | |
"title": "Pending Requests", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 4, | |
"x": 15, | |
"y": 10 | |
}, | |
"id": 9, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_peer_manager_requests{state=\"dequeued\"}", | |
"interval": "", | |
"legendFormat": "Dequeued", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_network_pending_peer_manager_requests{state=\"enqueued\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Enqueued", | |
"refId": "B" | |
} | |
], | |
"title": "Pending Peer Manager Requests", | |
"type": "piechart" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 17 | |
}, | |
"id": 44, | |
"panels": [], | |
"title": "Data", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 5, | |
"x": 0, | |
"y": 18 | |
}, | |
"id": 6, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_sent_requests{request_types=\"TOTAL_COUNT\"}", | |
"interval": "", | |
"legendFormat": "Sent Requests", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_success_responses{response_type=\"TOTAL_COUNT\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Success Responses", | |
"refId": "B" | |
} | |
], | |
"title": "Requests & Responses", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"custom": { | |
"fillOpacity": 20, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineWidth": 1 | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 14, | |
"x": 5, | |
"y": 18 | |
}, | |
"id": 5, | |
"options": { | |
"bucketOffset": 0, | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.005\"}", | |
"format": "time_series", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.01\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.025\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.05\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "D" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "E" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.25\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "F" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"0.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "G" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "H" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"2.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "I" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "J" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"10\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "K" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_bucket{request_type=\"get_storage_server_summary\",le=\"+Inf\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "L" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_sum{request_type=\"get_storage_server_summary\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "M" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_data_client_request_latencies_count{request_type=\"get_storage_server_summary\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "N" | |
} | |
], | |
"title": "Request Latencies", | |
"type": "histogram" | |
}, | |
{ | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 25 | |
}, | |
"id": 36, | |
"title": "State Sync", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 12, | |
"w": 10, | |
"x": 0, | |
"y": 26 | |
}, | |
"id": 4, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_version{type=\"committed\"}", | |
"interval": "", | |
"legendFormat": "Committed ", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_version{type=\"highest\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Highest", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_version{type=\"synced\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Synced", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_version{type=\"target\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Target", | |
"refId": "D" | |
} | |
], | |
"title": "State Sync Version", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 12, | |
"w": 10, | |
"x": 10, | |
"y": 26 | |
}, | |
"id": 17, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_timestamp{type=\"committed\"}", | |
"interval": "", | |
"legendFormat": "Committed ", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_timestamp{type=\"real\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Real", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_timestamp{type=\"synced\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Synced", | |
"refId": "C" | |
} | |
], | |
"title": "State Sync Timestamp", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 10, | |
"x": 0, | |
"y": 38 | |
}, | |
"id": 15, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_active_upstream_peers{network=\"Public\"}", | |
"interval": "", | |
"legendFormat": "Upstream Peers", | |
"refId": "A" | |
} | |
], | |
"title": "Upstream Peers", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 10, | |
"x": 10, | |
"y": 38 | |
}, | |
"id": 16, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_state_sync_timeout_total", | |
"interval": "", | |
"legendFormat": "Timeout Total", | |
"refId": "A" | |
} | |
], | |
"title": "Timeout Total", | |
"type": "timeseries" | |
}, | |
{ | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 44 | |
}, | |
"id": 34, | |
"title": "VM", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"custom": { | |
"fillOpacity": 20, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineWidth": 1 | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 10, | |
"x": 0, | |
"y": 45 | |
}, | |
"id": 30, | |
"options": { | |
"bucketOffset": 0, | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.005\"}", | |
"format": "time_series", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.01\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.025\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.05\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "D" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "E" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.25\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "F" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"0.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "G" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "H" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"2.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "I" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "J" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"10\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "K" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_bucket{le=\"+Inf\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "L" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_sum", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "M" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_total_seconds_count", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "N" | |
} | |
], | |
"title": "VM Execution Time Per Tx", | |
"type": "histogram" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"custom": { | |
"fillOpacity": 20, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineWidth": 1 | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 10, | |
"x": 10, | |
"y": 45 | |
}, | |
"id": 28, | |
"options": { | |
"bucketOffset": 0, | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.005\"}", | |
"format": "time_series", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.01\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.025\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.05\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "D" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "E" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.25\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "F" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"0.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "G" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "H" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"2.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "I" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "J" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"10\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "K" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_bucket{le=\"+Inf\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "L" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_sum", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "M" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_num_txns_per_block_count", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "N" | |
} | |
], | |
"title": "VM TPS", | |
"type": "histogram" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"custom": { | |
"fillOpacity": 20, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineWidth": 1 | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 10, | |
"x": 0, | |
"y": 51 | |
}, | |
"id": 29, | |
"options": { | |
"bucketOffset": 0, | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.005\"}", | |
"format": "time_series", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.01\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.025\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.05\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "D" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "E" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.25\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "F" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"0.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "G" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"1\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "H" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"2.5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "I" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"5\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "J" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"10\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "K" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_bucket{le=\"+Inf\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "L" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_sum", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "M" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_txn_gas_usage_count", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "", | |
"refId": "N" | |
} | |
], | |
"title": "VM Gas Usage", | |
"type": "histogram" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 10, | |
"x": 10, | |
"y": 51 | |
}, | |
"id": 31, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_vm_user_transactions_executed{status=\"success\"}", | |
"interval": "", | |
"legendFormat": "Tx Executed", | |
"refId": "A" | |
} | |
], | |
"title": "VM Tx Executed", | |
"type": "timeseries" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 57 | |
}, | |
"id": 38, | |
"panels": [], | |
"title": "Core", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 14, | |
"w": 10, | |
"x": 0, | |
"y": 58 | |
}, | |
"id": 32, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "core_mempool_index_size{index=\"expiration\"}", | |
"interval": "", | |
"legendFormat": "Expiration", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "core_mempool_index_size{index=\"parking_lot\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Parking Lot", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "core_mempool_index_size{index=\"priority\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Priority", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "core_mempool_index_size{index=\"system_ttl\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "System TTL", | |
"refId": "D" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "core_mempool_index_size{index=\"timeline\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Timeline", | |
"refId": "E" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "core_mempool_index_size{index=\"transaction_hash\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Tx Hash", | |
"refId": "F" | |
} | |
], | |
"title": "Mempool Index Size", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 14, | |
"w": 10, | |
"x": 10, | |
"y": 58 | |
}, | |
"id": 21, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_ledger_version", | |
"interval": "", | |
"legendFormat": "Ledger Version", | |
"refId": "A" | |
} | |
], | |
"title": "Ledger Version", | |
"type": "timeseries" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 72 | |
}, | |
"id": 40, | |
"panels": [], | |
"title": "Storage", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 14, | |
"w": 10, | |
"x": 0, | |
"y": 73 | |
}, | |
"id": 22, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_ledger{type=\"events_created\"}", | |
"interval": "", | |
"legendFormat": "Events Created", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_ledger{type=\"new_state_leaves\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "New State Leaves", | |
"refId": "B" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_ledger{type=\"new_state_nodes\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "New State Nodes", | |
"refId": "C" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_ledger{type=\"stale_state_leaves\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Stale State Leaves", | |
"refId": "D" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_ledger{type=\"stale_state_nodes\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Stale State Nodes", | |
"refId": "E" | |
} | |
], | |
"title": "Storage Ledger", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 6, | |
"x": 10, | |
"y": 73 | |
}, | |
"id": 26, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_service_server_requests_received{protocol=\"StorageServiceRpc\",request_type=\"get_storage_server_summary\"}", | |
"interval": "", | |
"legendFormat": "Received ", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_service_server_responses_sent{protocol=\"StorageServiceRpc\",response_type=\"storage_server_summary\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Sent", | |
"refId": "B" | |
} | |
], | |
"title": "Server Requests", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 5, | |
"x": 16, | |
"y": 73 | |
}, | |
"id": 25, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_service_server_pending_network_events{state=\"dequeued\"}", | |
"interval": "", | |
"legendFormat": "Dequeued", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_service_server_pending_network_events{state=\"enqueued\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Enqueued", | |
"refId": "B" | |
} | |
], | |
"title": "Server Pending Network Events", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "linear", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "auto", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 11, | |
"x": 10, | |
"y": 80 | |
}, | |
"id": 18, | |
"options": { | |
"legend": { | |
"calcs": [ | |
"last" | |
], | |
"displayMode": "table", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_committed_txns", | |
"interval": "", | |
"legendFormat": "Committed Txs", | |
"refId": "A" | |
} | |
], | |
"title": "Committed Txs ", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 3, | |
"x": 0, | |
"y": 87 | |
}, | |
"id": 19, | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_latest_account_count", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"title": "Account Count", | |
"type": "stat" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 3, | |
"x": 3, | |
"y": 87 | |
}, | |
"id": 23, | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_next_block_epoch", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"title": "Next Block Epoch", | |
"type": "stat" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 3, | |
"x": 6, | |
"y": 87 | |
}, | |
"id": 20, | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_latest_transaction_version", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"title": "Transaction Version", | |
"type": "stat" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 3, | |
"x": 9, | |
"y": 87 | |
}, | |
"id": 24, | |
"options": { | |
"colorMode": "value", | |
"graphMode": "none", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_storage_prune_window", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"title": "Prune Window", | |
"type": "stat" | |
}, | |
{ | |
"collapsed": false, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 91 | |
}, | |
"id": 46, | |
"panels": [], | |
"title": "Misc", | |
"type": "row" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 4, | |
"x": 0, | |
"y": 92 | |
}, | |
"id": 27, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_struct_log_count", | |
"interval": "", | |
"legendFormat": "Log", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_struct_log_processed_count", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Log Processed", | |
"refId": "B" | |
} | |
], | |
"title": "Struct Log Count", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
} | |
}, | |
"mappings": [] | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 4, | |
"x": 4, | |
"y": 92 | |
}, | |
"id": 13, | |
"options": { | |
"legend": { | |
"displayMode": "list", | |
"placement": "bottom" | |
}, | |
"pieType": "pie", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"tooltip": { | |
"mode": "single", | |
"sort": "none" | |
} | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_secure_net_events{method=\"connect\",mode=\"server\",result=\"query\",service=\"storage\"}", | |
"interval": "", | |
"legendFormat": "Connect", | |
"refId": "A" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_secure_net_events{method=\"read\",mode=\"server\",result=\"query\",service=\"storage\"}", | |
"hide": false, | |
"interval": "", | |
"legendFormat": "Read", | |
"refId": "B" | |
} | |
], | |
"title": "Secure Net Events", | |
"type": "piechart" | |
}, | |
{ | |
"datasource": "Prometheus", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 4, | |
"x": 8, | |
"y": 92 | |
}, | |
"id": 14, | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"lastNotNull" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.4.3-54429", | |
"targets": [ | |
{ | |
"datasource": "Prometheus", | |
"exemplar": true, | |
"expr": "aptos_simple_onchain_discovery_counts{metric=\"new_nodes\",network_id=\"Public\",peer_id=\"59c81a82\",role_type=\"full_node\"}", | |
"interval": "", | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"title": "Onchain Discovery Count", | |
"type": "stat" | |
} | |
], | |
"schemaVersion": 35, | |
"style": "dark", | |
"tags": [], | |
"templating": { | |
"list": [] | |
}, | |
"time": { | |
"from": "now-6h", | |
"to": "now" | |
}, | |
"timepicker": {}, | |
"timezone": "", | |
"title": "Aptos", | |
"uid": "aptos", | |
"version": 26, | |
"weekStart": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment