Metrics (Observability) - CI/CD用語集の定義
メトリクスは、リクエストレートや latency など時系列の数値の測定値で、ダッシュボードやアラートに使われます。
メトリクスは、リクエストレート、エラー数、latency など、時系列で収集される数値の測定値です。保存やクエリのコストが低いため、ダッシュボードやアラートに最適です。
メトリクスの種類
一般的な種類には、counter(単調増加する)、gauge(上下する値)、histogram(latency などの値の分布)があります。
関連ガイド
Percentile (Latency) - CI/CD Glossary DefinitionPercentile (Latency): A percentile is a value below which a given percentage of observations fall. In perform…
Observability - CI/CD Glossary DefinitionObservability: Observability is the degree to which you can understand a system's internal state from its ext…
Service Level Indicator (SLI) - CI/CD Glossary DefinitionService Level Indicator (SLI): A service level indicator (SLI) is a quantitative measure of a service's behav…