- HTTP method and path;
- response status;
X-Request-IDorX-Correlation-ID;- your
Idempotency-Keyfor a mutation; - returned resource and event IDs;
- latency measured by your client.
Mutation tracing
Use the same idempotency key for retries of one logical operation. Record the returnedduplicate field so your telemetry distinguishes a new write from a
safe replay.
