Files
rippled/docker
Pratik Mankawde c3673f51cd fix(telemetry): Read RPC success from the absence of an error, not from Ok
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.
2026-09-22 20:15:18 +01:00
..