Span - CI/CD用語集の定義
spanはtrace内の1つの計測された操作で、たとえば1つのbuildステップに相当し、開始時刻、所要時間、属性を持ちます。
spanはtraceの基本単位です。開始と終了、そして属性を持つ、名前付きで計測された単一の操作です。spanは入れ子になり、trace全体のツリーを形成します。
関連ガイド
Trace - CI/CD Glossary DefinitionTrace: A trace is the complete record of one request or workflow as it flows through a system, assembled from…
Tracing - CI/CD Glossary DefinitionTracing: Tracing follows a single request or operation as it moves across services and components, recording…
Instrumentation - CI/CD Glossary DefinitionInstrumentation: Instrumentation is the code that emits telemetry: the log statements, metric counters, and t…