Merge branch 'pratik/otel-phase9-metric-gap-fill' into pratik/otel-phase10-workload-validation

This commit is contained in:
Pratik Mankawde
2026-07-04 02:33:03 +01:00
14 changed files with 14 additions and 14 deletions

View File

@@ -1260,5 +1260,5 @@
},
"title": "Consensus Health",
"uid": "xrpld-consensus",
"description": "###### What this shows:\n*Consensus health for XRPL nodes: how reliably and quickly the network agrees each ledger, and where agreement breaks down.*\n\n###### Use it to:\n*Spot stalled or slow consensus rounds and pinpoint the phase where agreement is failing.*"
"description": "What this shows: Consensus health for XRPL nodes: how reliably and quickly the network agrees each ledger, and where agreement breaks down.\nUse it to: Spot stalled or slow consensus rounds and pinpoint the phase where agreement is failing."
}

View File

@@ -410,5 +410,5 @@
"title": "Ledger Operations",
"uid": "xrpld-ledger-ops",
"refresh": "5s",
"description": "###### What this shows:\n*Ledger construction, validation, and storage activity and timing for this node.*\n\n###### Use it to:\n*Confirm ledgers are being built, validated, and stored on schedule and find the slow stage when they are not.*"
"description": "What this shows: Ledger construction, validation, and storage activity and timing for this node.\nUse it to: Confirm ledgers are being built, validated, and stored on schedule and find the slow stage when they are not."
}

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Consensus proposals and validations received from peers, and transaction relay efficiency for this node.*\n\n###### Use it to:\n*Check that peers are feeding this node proposals, validations, and transactions, and gauge relay overhead.*",
"description": "What this shows: Consensus proposals and validations received from peers, and transaction relay efficiency for this node.\nUse it to: Check that peers are feeding this node proposals, validations, and transactions, and gauge relay overhead.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -989,5 +989,5 @@
"title": "RPC Performance",
"uid": "xrpld-rpc-perf",
"refresh": "5s",
"description": "###### What this shows:\n*Per-command and per-method RPC performance: call rates, error rates, and latency distributions.*\n\n###### Use it to:\n*Identify slow or failing RPC commands and track client-facing request latency.*"
"description": "What this shows: Per-command and per-method RPC performance: call rates, error rates, and latency distributions.\nUse it to: Identify slow or failing RPC commands and track client-facing request latency."
}

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Ledger data exchange and object-fetch traffic between this node and its peers: ledger sync, tree-node retrieval, and transaction-set exchange.*\n\n###### Use it to:\n*See how much ledger data the node is pulling or serving and spot catch-up activity.*",
"description": "What this shows: Ledger data exchange and object-fetch traffic between this node and its peers: ledger sync, tree-node retrieval, and transaction-set exchange.\nUse it to: See how much ledger data the node is pulling or serving and spot catch-up activity.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Peer connectivity and overlay bandwidth for this node: peer counts, disconnects, total bytes and messages exchanged, and the transaction, proposal, and validation traffic that flows across the peer-to-peer network.*\n\n###### Use it to:\n*Gauge peer health and overall overlay bandwidth and see which message types dominate network traffic.*",
"description": "What this shows: Peer connectivity and overlay bandwidth for this node: peer counts, disconnects, total bytes and messages exchanged, and the transaction, proposal, and validation traffic that flows across the peer-to-peer network.\nUse it to: Gauge peer health and overall overlay bandwidth and see which message types dominate network traffic.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Operational health of an XRPL node: sync state, ledger progress, caches, storage, job queue, and network economy.*\n\n###### Use it to:\n*Get an at-a-glance read on whether the node is healthy, synced, and keeping up with the network.*",
"description": "What this shows: Operational health of an XRPL node: sync state, ledger progress, caches, storage, job queue, and network economy.\nUse it to: Get an at-a-glance read on whether the node is healthy, synced, and keeping up with the network.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Fine-grained breakdown of peer-to-peer overlay traffic beyond the main network view: squelch relay control, protocol overhead, validator-list distribution, transaction-set exchange, transaction availability, ledger-proof and replay traffic, and unclassified messages.*\n\n###### Use it to:\n*Drill into individual overlay message categories to diagnose relay efficiency, overhead, and catch-up traffic.*",
"description": "What this shows: Fine-grained breakdown of peer-to-peer overlay traffic beyond the main network view: squelch relay control, protocol overhead, validator-list distribution, transaction-set exchange, transaction availability, ledger-proof and replay traffic, and unclassified messages.\nUse it to: Drill into individual overlay message categories to diagnose relay efficiency, overhead, and catch-up traffic.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*RPC request throughput and response timing, pathfinding cost, gRPC read traffic, and resource-manager enforcement for this node.*\n\n###### Use it to:\n*Watch client request load and cost, and confirm resource limits are protecting the node.*",
"description": "What this shows: RPC request throughput and response timing, pathfinding cost, gRPC read traffic, and resource-manager enforcement for this node.\nUse it to: Watch client request load and cost, and confirm resource limits are protecting the node.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -1064,5 +1064,5 @@
"title": "Transaction Overview",
"uid": "xrpld-transactions",
"refresh": "5s",
"description": "###### What this shows:\n*Transaction flow through this node: receipt, processing, results, per-stage timing, and queue behavior.*\n\n###### Use it to:\n*Trace transactions from arrival to ledger, and locate stalls in processing or the queue.*"
"description": "What this shows: Transaction flow through this node: receipt, processing, results, per-stage timing, and queue behavior.\nUse it to: Trace transactions from arrival to ledger, and locate stalls in processing or the queue."
}

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Transaction queue depth and capacity, fee-escalation levels, and load-factor breakdown that together set the minimum fee to enter the open ledger.*\n\n###### Use it to:\n*Understand why the minimum transaction fee is rising and how full the open ledger and queue are.*",
"description": "What this shows: Transaction queue depth and capacity, fee-escalation levels, and load-factor breakdown that together set the minimum fee to enter the open ledger.\nUse it to: Understand why the minimum transaction fee is rising and how full the open ledger and queue are.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Per-job-type throughput, queue wait times, and execution times for the node's internal worker job queue.*\n\n###### Use it to:\n*Find job types that are backing up or running slowly and causing internal processing delays.*",
"description": "What this shows: Per-job-type throughput, queue wait times, and execution times for the node's internal worker job queue.\nUse it to: Find job types that are backing up or running slowly and causing internal processing delays.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Peer connection quality: latency, divergence, version distribution and upgrade guidance, resource disconnects, and inbound/outbound balance.*\n\n###### Use it to:\n*Assess how good this node's peer set is and whether connectivity or an upgrade needs attention.*",
"description": "What this shows: Peer connection quality: latency, divergence, version distribution and upgrade guidance, resource disconnects, and inbound/outbound balance.\nUse it to: Assess how good this node's peer set is and whether connectivity or an upgrade needs attention.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,

View File

@@ -2,7 +2,7 @@
"annotations": {
"list": []
},
"description": "###### What this shows:\n*Validator agreement rates, validation counts, amendment and UNL status, server state tracking, and ledger close rate.*\n\n###### Use it to:\n*Confirm the validator is participating, agreeing with the network, and closing ledgers at the expected cadence.*",
"description": "What this shows: Validator agreement rates, validation counts, amendment and UNL status, server state tracking, and ledger close rate.\nUse it to: Confirm the validator is participating, agreeing with the network, and closing ledgers at the expected cadence.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,