kubectl -n shop rollout history deploy/checkout-apiBuild incident timelines with OpenTelemetry entity events without guessing the cause
How to connect infrastructure changes, traces, logs, and metrics so you can explain what happened, when it happened, and which evidence supports it.
A practical guide to reconstructing incidents with OpenTelemetry entity events, request context, traces, logs, and Prometheus without relying on human memory or disconnected dashboards.
Created: August 15, 2026
Published: August 15, 2026
Linux
Reconstruction from a workstation with kubectl, curl, promtool, and access to observability backends.
kubectlcurljqpromtoolGrafana/Prometheus access
curl -G 'http://prometheus:9090/api/v1/query' --data-urlencode 'query=sum(rate(http_server_requests_seconds_count{service_name="checkout-api",status=~"5.."}[5m]))' | jqlogcli query --since=2h '{service_name="checkout-api"} |= "trace_id" |= "payment timeout"'Content locked
This guide requires both steps before full content is available.
- ○Click “Like” on this guide.
- ○Share on WhatsApp, X, LinkedIn, or copy the link.
Access is automatically unlocked as soon as both steps are completed.