Tracing - CI/CD用語集の定義
tracingは1つの操作がサービスを横断する際の経路とタイミングをすべて記録するため、pipelineやリクエストのどの段階が遅いかを把握できます。
Tracingは、単一のリクエストや操作がサービスやコンポーネントを横断する様子を追跡し、各ホップでのタイミングを記録します。1つのtraceは複数のspanで構成され、レイテンシがどこで蓄積されるかを明らかにします。
関連ガイド
Span - CI/CD Glossary DefinitionSpan: A span is the basic unit of a trace: a single named, timed operation with a start, an end, and attribut…
Trace - CI/CD Glossary DefinitionTrace: A trace is the complete record of one request or workflow as it flows through a system, assembled from…
Sampling (Tracing) - CI/CD Glossary DefinitionSampling (Tracing): Sampling keeps only a fraction of traces to control cost and volume while preserving repr…