Update consensus mode filter description to Title Case

Match the toDisplayString() Title Case values (Proposing, Observing,
Wrong Ledger, Switched Ledger) in the $consensus_mode template
variable description.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-03-16 16:45:17 +00:00
parent 3c07a42026
commit 5499cbcde4

View File

@@ -202,7 +202,7 @@
{
"name": "consensus_mode",
"label": "Consensus Mode",
"description": "Filter by consensus mode (proposing, observing, wrongLedger, switchedLedger)",
"description": "Filter by consensus mode (Proposing, Observing, Wrong Ledger, Switched Ledger)",
"type": "query",
"query": "label_values(traces_span_metrics_calls_total{span_name=\"consensus.ledger_close\"}, xrpl_consensus_mode)",
"datasource": {