#devops
2 approved public terms with this tag.
Observability
/əbˌzɜːrvəˈbɪlɪti/noun
The ability to understand the internal state of a system from its external outputs — logs, metrics, and traces. A highly observable system lets engineers diagnose production issues, understand performance bottlenecks, and predict failures without needing to redeploy or add new instrumentation.
“Poor observability meant it took hours to find the root cause of the outage.”
CI/CD
/siː aɪ siː diː/noun
Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.
“The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.”