Put deploys on the graphs
Most incidents start within minutes of a deploy, and the fastest diagnosis is seeing the line bend right after the marker.
curl -X POST "$METRICS/events" -d '{"title":"deploy web 4.2.1","tags":["deploy","web"]}'One call at the end of the deploy pipeline. Every latency and error panel shows a vertical line, and "what changed" answers itself.
observabilityoperations