Tracing - CI/CD用語集の定義
tracing(distributed tracing)はリクエストの経路とタイミングをサービス間で連結したspanとして記録し、latencyや失敗を引き起こす正確なホップを特定できるようにします。
関連ガイド
Observability - CI/CD Glossary DefinitionObservability is how well you can infer a system’s internal state from its outputs - logs, metrics, traces -…
Latency - CI/CD Glossary DefinitionLatency is the time a single operation takes from start to finish. Low latency feels fast; tail latency (p95/…
p95 - CI/CD Glossary Definitionp95 is the 95th-percentile latency: the value 95% of requests come in under. It captures tail slowness that a…