Tracing - CI/CD Glossary Definition
Tracing (distributed tracing) records a request’s path and timing across services as connected spans, making it possible to locate the exact hop causing latency or failure.
Related guides
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…