Observability - CI/CD用語集の定義
observabilityはシステムの外部シグナル(メトリクス、ログ、トレース)から内部状態をどれだけ理解できるかの度合いで、これまでにない予期しない障害の診断を可能にします。
関連ガイド
Tracing - CI/CD Glossary DefinitionDistributed tracing follows a single request as it hops across services, recording timing at each step so you…
SLO - CI/CD Glossary DefinitionAn SLO is an internal reliability target - like 99.9% of requests under 300ms - that teams measure against to…
Error Budget - CI/CD Glossary DefinitionAn error budget is the allowable amount of unreliability under an SLO. Spending it slows risky releases; stay…