fix(telemetry): Sync State axis label "State (0-4)" -> "Server State"

The 0-4 values now render as named states via value mappings, so the numeric
axis label is misleading. Rename to "Server State".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-24 19:57:11 +01:00
parent ecfaab9f85
commit 5533dde43d

View File

@@ -829,7 +829,7 @@
"displayName": "${__field.labels.series} ${__field.labels.xrpl_ident}",
"unit": "short",
"custom": {
"axisLabel": "State (0-4)",
"axisLabel": "Server State",
"spanNulls": 1800000,
"insertNulls": false,
"showPoints": "auto",