Correlation ID - CI/CD 用語集の定義
correlation ID は、リクエストに付与され、それが触れるすべてのサービスと log 行を通じて伝播される一意の識別子で、これにより分散システム全体にわたる 1 つの操作の完全な経路をつなぎ合わせられます。
トレーシングとの関係
correlation ID は trace context の最も単純な形態です。分散トレーシングはこれを、W3C の traceparent のようなヘッダーで伝播される trace ID とホップごとの span ID へと一般化します。
関連ガイド
What Is Trace Context Propagation?Trace context propagation passes trace and span identifiers across service boundaries, usually in request hea…
Telemetry - CI/CD Glossary DefinitionTelemetry: Telemetry is the data a system emits about its own behavior: metrics, logs, and traces (the three…
Log Level - CI/CD Glossary DefinitionLog Level: A log level is the severity tag on a log line, conventionally TRACE, DEBUG, INFO, WARN, ERROR, and…