Metrics - CI/CD用語集の定義
metricsは時間とともにサンプリングされ集約される数値で、CIのキュー深度やテストの所要時間などが該当し、dashboardやアラートの基盤となります。
Metricsは、リクエストレート、エラー数、jobの所要時間など、時間とともに集約される数値の計測値です。保存コストが低く、dashboardやalertingに最適です。
メトリクスの種類
一般的なメトリクスの種類には、counter(増加のみ)、gauge(増減する)、histogram(値の分布)、summary(事前計算された分位数)があります。
関連ガイド
Cardinality - CI/CD Glossary DefinitionCardinality: Cardinality is the number of unique label combinations for a metric. High cardinality (for examp…
Label (Metrics) - CI/CD Glossary DefinitionLabel (Metrics): A label is a key-value pair attached to a metric to add dimensions, such as `branch="main"`…
Dashboard - CI/CD Glossary DefinitionDashboard: A dashboard is a visual panel of metrics and charts that shows the current and historical state of…