テレメトリー - CI/CD 用語集の定義
テレメトリーは、システムが自身の振る舞いについて出すデータです: メトリクス、log、trace(オブザーバビリティの 3 本柱)。それは収集されエクスポートされ、オペレーターが実行中のシステムが何をしているかを理解できるようにします。
標準化
OpenTelemetry は 3 種類のシグナルすべてに対してベンダー中立な API と exporter(OTLP プロトコル)を提供するので、一度計装すれば任意の backend にテレメトリーを送れます。
関連ガイド
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…
Correlation ID - CI/CD Glossary DefinitionCorrelation ID: A correlation ID is a unique identifier attached to a request and propagated through every se…
Anomaly Detection - CI/CD Glossary DefinitionAnomaly Detection: Anomaly detection automatically flags metric values that deviate from expected patterns, f…