Trace - CI/CD用語集の定義
traceは1つの操作に関するspanの完全な集合で、そのエンドツーエンドの経路とレイテンシがどこで蓄積されるかを示します。
traceは、1つのリクエストやworkflowがシステムを流れる様子の完全な記録で、そのすべての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…
Tracing - CI/CD Glossary DefinitionTracing: Tracing follows a single request or operation as it moves across services and components, recording…
Sampling (Tracing) - CI/CD Glossary DefinitionSampling (Tracing): Sampling keeps only a fraction of traces to control cost and volume while preserving repr…