Instrumentation - CI/CD用語集の定義
instrumentationは、システムにtelemetryを出力させるコードで、手書きのlog行の場合もあれば、ライブラリによる自動instrumentationの場合もあります。
Instrumentationは、telemetryを出力するコードです。アプリケーションやpipelineに追加されるlog文、メトリクスのcounter、traceのspanが含まれます。手動の場合もあれば、ライブラリによる自動の場合もあります。
関連ガイド
Telemetry - CI/CD Glossary DefinitionTelemetry: Telemetry is the collective data a system emits about itself: logs, metrics, and traces. OpenTelem…
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…
Metrics - CI/CD Glossary DefinitionMetrics: Metrics are numeric measurements aggregated over time, such as request rate, error count, or job dur…