mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 22:30:21 +00:00
Changed quantization to use monotonic clock readings. Stopping panicing when monotonic clock readings go backwards because https://github.com/kubernetes/kubernetes/issues/96459 reported it happening. Re-organized sampleAndWaterMarkHistograms::innerSet to `defer` the Unlock call, because that is the preferred pattern.