mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-25 06:30:14 +00:00
Merge branch 'pratik/otel-phase9-metric-gap-fill' into pratik/otel-phase10-workload-validation
This commit is contained in:
@@ -349,7 +349,6 @@ otelcol.connector.spanmetrics "xrpld" {
|
||||
|
||||
// Overlay / peer dimensions.
|
||||
dimension { name = "local" }
|
||||
dimension { name = "suppressed" }
|
||||
dimension { name = "proposal_trusted" }
|
||||
dimension { name = "validation_trusted" }
|
||||
|
||||
|
||||
@@ -223,7 +223,6 @@ connectors:
|
||||
- name: close_time_correct
|
||||
- name: consensus_state
|
||||
- name: local
|
||||
- name: suppressed
|
||||
- name: proposal_trusted
|
||||
- name: validation_trusted
|
||||
- name: tx_type
|
||||
|
||||
@@ -590,7 +590,7 @@ flowchart TB
|
||||
RELAYOUT(["Overlay::relay fan-out to N peers<br/>(no span; if applied / terQUEUED,<br/>shouldRelay, not tfInnerBatchTxn)"]):::plain
|
||||
PREDROP(["Diverged / needNetworkLedger<br/>(no span — dropped before tx.receive)"]):::drop
|
||||
RCV["tx.receive<br/>(peer TMTransaction in)"]:::span
|
||||
RCVDROP["tx.receive<br/>tx_status = rejected_inner_batch /<br/>suppressed / dropped_no_sync /<br/>dropped_queue_full"]:::drop
|
||||
RCVDROP["tx.receive<br/>tx_status = dropped_no_sync /<br/>dropped_queue_full"]:::drop
|
||||
CHK(["checkTransaction<br/>(JtTransaction worker, no span)"]):::plain
|
||||
PRELAY_IN(["TMTransaction in (no span)"]):::plain
|
||||
|
||||
|
||||
Reference in New Issue
Block a user