auto refresh at 5seconds

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-05-13 19:00:36 +01:00
parent 20477e5494
commit 02fe838257
15 changed files with 85 additions and 33 deletions

View File

@@ -772,5 +772,6 @@
"to": "now"
},
"title": "Consensus Health",
"uid": "rippled-consensus"
"uid": "rippled-consensus",
"refresh": "5s"
}

View File

@@ -349,5 +349,6 @@
"to": "now"
},
"title": "Ledger Operations",
"uid": "rippled-ledger-ops"
"uid": "rippled-ledger-ops",
"refresh": "5s"
}

View File

@@ -223,5 +223,6 @@
"to": "now"
},
"title": "Peer Network",
"uid": "rippled-peer-net"
"uid": "rippled-peer-net",
"refresh": "5s"
}

View File

@@ -339,5 +339,6 @@
"timezone": "browser",
"title": "Fee Market & TxQ",
"uid": "rippled-fee-market",
"version": 1
"version": 1,
"refresh": "5s"
}

View File

@@ -214,7 +214,7 @@
"drawStyle": "line",
"lineWidth": 2,
"fillOpacity": 5,
"axisLabel": "Duration (μs)",
"axisLabel": "Duration (\u03bcs)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
@@ -273,7 +273,7 @@
"drawStyle": "line",
"lineWidth": 2,
"fillOpacity": 5,
"axisLabel": "Duration (μs)",
"axisLabel": "Duration (\u03bcs)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
@@ -323,7 +323,7 @@
"drawStyle": "line",
"lineWidth": 1,
"fillOpacity": 5,
"axisLabel": "Duration (μs)",
"axisLabel": "Duration (\u03bcs)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
@@ -391,5 +391,6 @@
"timezone": "browser",
"title": "Job Queue Analysis",
"uid": "rippled-job-queue",
"version": 1
"version": 1,
"refresh": "5s"
}

View File

@@ -202,13 +202,19 @@
{
"type": "value",
"options": {
"0": { "text": "No", "color": "green" }
"0": {
"text": "No",
"color": "green"
}
}
},
{
"type": "value",
"options": {
"1": { "text": "Yes", "color": "red" }
"1": {
"text": "Yes",
"color": "red"
}
}
}
],
@@ -387,5 +393,6 @@
"to": "now"
},
"title": "Peer Quality",
"uid": "rippled-peer-quality"
"uid": "rippled-peer-quality",
"refresh": "5s"
}

View File

@@ -214,7 +214,7 @@
"drawStyle": "line",
"lineWidth": 2,
"fillOpacity": 5,
"axisLabel": "Duration (μs)",
"axisLabel": "Duration (\u03bcs)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
@@ -264,7 +264,7 @@
"drawStyle": "line",
"lineWidth": 1,
"fillOpacity": 5,
"axisLabel": "Duration (μs)",
"axisLabel": "Duration (\u03bcs)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
@@ -400,5 +400,6 @@
"timezone": "browser",
"title": "RPC Performance (OTel)",
"uid": "rippled-rpc-perf",
"version": 1
"version": 1,
"refresh": "5s"
}

View File

@@ -381,13 +381,19 @@
{
"type": "value",
"options": {
"0": { "text": "OK", "color": "green" }
"0": {
"text": "OK",
"color": "green"
}
}
},
{
"type": "value",
"options": {
"1": { "text": "BLOCKED", "color": "red" }
"1": {
"text": "BLOCKED",
"color": "red"
}
}
}
],
@@ -710,5 +716,6 @@
"to": "now"
},
"title": "Validator Health",
"uid": "rippled-validator-health"
"uid": "rippled-validator-health",
"refresh": "5s"
}

View File

@@ -328,7 +328,7 @@
{
"name": "node",
"label": "Node",
"description": "Filter by rippled node (service.instance.id e.g. Node-1)",
"description": "Filter by rippled node (service.instance.id \u2014 e.g. Node-1)",
"type": "query",
"query": "label_values(traces_span_metrics_calls_total, exported_instance)",
"datasource": {
@@ -372,5 +372,6 @@
"to": "now"
},
"title": "RPC Performance",
"uid": "rippled-rpc-perf"
"uid": "rippled-rpc-perf",
"refresh": "5s"
}

View File

@@ -523,5 +523,6 @@
"to": "now"
},
"title": "Ledger Data & Sync (System Metrics)",
"uid": "rippled-system-ledger-sync"
"uid": "rippled-system-ledger-sync",
"refresh": "5s"
}

View File

@@ -688,5 +688,6 @@
"to": "now"
},
"title": "Network Traffic (System Metrics)",
"uid": "rippled-system-network"
"uid": "rippled-system-network",
"refresh": "5s"
}

View File

@@ -162,7 +162,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "µs",
"unit": "\u00b5s",
"custom": {
"axisLabel": "Duration",
"spanNulls": true,
@@ -289,7 +289,7 @@
},
{
"title": "Job Queue Depth",
"description": "Current number of jobs waiting in the job queue. Sourced from the job_count gauge (JobQueue.cpp:26). A sustained high value indicates the node cannot process work fast enough common during ledger replay or heavy RPC load.",
"description": "Current number of jobs waiting in the job queue. Sourced from the job_count gauge (JobQueue.cpp:26). A sustained high value indicates the node cannot process work fast enough \u2014 common during ledger replay or heavy RPC load.",
"type": "timeseries",
"gridPos": {
"h": 8,
@@ -764,23 +764,48 @@
"mappings": [
{
"type": "value",
"options": { "0": { "text": "DISCONNECTED", "color": "red" } }
"options": {
"0": {
"text": "DISCONNECTED",
"color": "red"
}
}
},
{
"type": "value",
"options": { "1": { "text": "CONNECTED", "color": "orange" } }
"options": {
"1": {
"text": "CONNECTED",
"color": "orange"
}
}
},
{
"type": "value",
"options": { "2": { "text": "SYNCING", "color": "yellow" } }
"options": {
"2": {
"text": "SYNCING",
"color": "yellow"
}
}
},
{
"type": "value",
"options": { "3": { "text": "TRACKING", "color": "blue" } }
"options": {
"3": {
"text": "TRACKING",
"color": "blue"
}
}
},
{
"type": "value",
"options": { "4": { "text": "FULL", "color": "green" } }
"options": {
"4": {
"text": "FULL",
"color": "green"
}
}
}
],
"custom": {}
@@ -1397,5 +1422,6 @@
"to": "now"
},
"title": "Node Health (System Metrics)",
"uid": "rippled-system-node-health"
"uid": "rippled-system-node-health",
"refresh": "5s"
}

View File

@@ -583,5 +583,6 @@
"to": "now"
},
"title": "Overlay Traffic Detail (System Metrics)",
"uid": "rippled-system-overlay-detail"
"uid": "rippled-system-overlay-detail",
"refresh": "5s"
}

View File

@@ -413,5 +413,6 @@
"to": "now"
},
"title": "RPC & Pathfinding (System Metrics)",
"uid": "rippled-system-rpc"
"uid": "rippled-system-rpc",
"refresh": "5s"
}

View File

@@ -336,7 +336,7 @@
{
"name": "node",
"label": "Node",
"description": "Filter by rippled node (service.instance.id e.g. Node-1)",
"description": "Filter by rippled node (service.instance.id \u2014 e.g. Node-1)",
"type": "query",
"query": "label_values(traces_span_metrics_calls_total, exported_instance)",
"datasource": {
@@ -380,5 +380,6 @@
"to": "now"
},
"title": "Transaction Overview",
"uid": "rippled-transactions"
"uid": "rippled-transactions",
"refresh": "5s"
}