mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
The Success series selected status_code="STATUS_CODE_OK". Successful rpc.command spans no longer carry Ok, because the specification reserves it for an operator asserting verified success and warns a tool may read it as suppressing errors, so instrumentation leaves a successful span Unset. Selecting on the absence of an error keeps the panel correct either way, rather than pinning it to whichever status a successful span happens to have.