Telemetry - CI/CD用語集の定義
telemetryは、システムが観測可能になるために出力するlogs、metrics、tracesを総称する用語です。
Telemetryは、システムが自身について出力するデータの総称です。logs、metrics、tracesが含まれます。OpenTelemetryはそれらを生成しエクスポートするための共通標準です。
関連ガイド
Observability - CI/CD Glossary DefinitionObservability: Observability is the property of a system whose internal state you can infer from its external…
Instrumentation - CI/CD Glossary DefinitionInstrumentation: Instrumentation is the code that emits telemetry: the log statements, metric counters, and t…
Metrics - CI/CD Glossary DefinitionMetrics: Metrics are numeric measurements aggregated over time, such as request rate, error count, or job dur…