Saturation Metricとは?
saturation metricは、CPU、メモリ、ディスク、キューなど、システムの最も希少な資源がキャパシティにどれだけ近いかを追跡します。資源がボトルネックとなり、レイテンシが上昇し始める点に対する利用率を表します。saturationはgolden signalsの1つであり、問題の先行指標です。
なぜ重要か
エラーやレイテンシは資源がすでにsaturateした後にのみ急増することが多く、saturationはそれが引き起こす障害よりも早い警告となります。最も制約された資源を監視することで、ユーザーが痛みを感じる前にキャパシティを追加できます。autoscaleされるfleetでは、saturationがscale-upの判断を駆動するシグナルとなることがよくあります。
関連ガイド
What Are the Golden Signals?The golden signals are four core service-health metrics, latency, traffic, errors, and saturation, that give…
What Is Burn Rate?Burn rate is how fast an error budget is being consumed relative to its allowance, used to decide how urgentl…
What Is an Apdex Score?An Apdex score condenses response-time data into a single number from 0 to 1 by classifying requests as satis…