mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Integrate new pending session metrics into grafana (#7231)
This commit is contained in:
@ -3043,6 +3043,17 @@
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "reth_network_pending_outgoing_connections{instance=~\"$instance\"}",
|
||||
"legendFormat": "Pending outgoing connections",
|
||||
"range": true,
|
||||
"refId": "A"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
@ -3052,7 +3063,18 @@
|
||||
"expr": "reth_network_outgoing_connections{instance=~\"$instance\"}",
|
||||
"legendFormat": "Outgoing connections",
|
||||
"range": true,
|
||||
"refId": "A"
|
||||
"refId": "B"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "reth_network_total_pending_connections{instance=~\"$instance\"}",
|
||||
"legendFormat": "Total pending connections",
|
||||
"range": true,
|
||||
"refId": "C"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
@ -3064,7 +3086,7 @@
|
||||
"hide": false,
|
||||
"legendFormat": "Incoming connections",
|
||||
"range": true,
|
||||
"refId": "B"
|
||||
"refId": "D"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
@ -3076,7 +3098,7 @@
|
||||
"hide": false,
|
||||
"legendFormat": "Connected peers",
|
||||
"range": true,
|
||||
"refId": "C"
|
||||
"refId": "E"
|
||||
}
|
||||
],
|
||||
"title": "Connections",
|
||||
|
||||
Reference in New Issue
Block a user