Skip to main content

Event Detail

Event Detail is the single-event view: exactly what happened, why, and what to do about it. Open it from Event Explorer, the Trace Graph, or a card in the DLQ Center.

The summary

At the top you'll see the event's lifecycle at a glance, for example produced → consumed → retried → dead-lettered, along with its current status, event ID (click to copy), the consumer that handled it, the broker, how many delivery attempts it took, and whether it's covered by an idempotency key.

Tabs

  • Timeline: every step from emit to its final state (delivered, retried, failed, dead-lettered, or caught as a Duplicate), each with a timestamp.
  • Payload: the event's JSON payload and headers/metadata, with a copy button.
  • Retry attempts: every attempt so far, with its result, latency, and error if it failed.

If the event failed

A failure analysis panel breaks down the error, where in the lifecycle it happened, and how many other events look like it (its "blast radius"). From there you can open an incident or check the event type's idempotency coverage.

Replay

Coming soon Replaying dead-lettered events straight from the dashboard isn't available yet. For now, use the DLQ Center to see what failed and why, then fix the underlying issue in your consumer or producer and let it reprocess normally.