# Ci Cd
All Ci Cd notes →1 — Pipeline Metrics
Covers build duration, queue time, success rate, and failure rate as the core pipeline metrics a platform should expose by default.
2 — CI/CD Logging
Covers structured, centralized logging for pipeline runs — build logs, deployment logs, and audit logs — as a platform-provided capability.
3 — Pipeline Tracing
Covers distributed tracing across pipeline stages and services to diagnose where time and failures actually accumulate in a delivery flow.
4 — CI/CD Dashboards
Covers building dashboards that surface pipeline health, delivery throughput, and failure trends to both platform teams and their consumers.
5 — Delivery SLOs
Covers defining SLOs for the delivery platform itself — pipeline availability, queue latency, deployment success rate — as a product with its own reliability target.
6 — GitHub Actions: Notifications
Covers routing workflow status to Slack, Teams, email, GitHub notifications, and ChatOps integrations.
7 — GitHub Actions: Failure Analysis
Covers retry strategies, timeout tuning, debug logging, and treating a broken pipeline as an incident to respond to.