#devops
2 approved public terms with this tag.
Observability
Borrador de traduccion automatica (Spanish) for "Observability": 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.
“Ejemplo en borrador: Poor observability meant it took hours to find the root cause of the outage.”
CI/CD
Borrador de traduccion automatica (Spanish) for "CI/CD": 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.
“Ejemplo en borrador: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.”