apiserver/pkg/util/flowcontrol/metrics
Mike Spreitzer 70bbff23ac Fixed quantization and made monotic time reversal not panic
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.

Kubernetes-commit: 0809220fd04d26892f0fcfd3bf54cc4baeda22da
2020-11-12 15:17:07 -05:00
..
metrics.go APF metrics: set StabilityLevel to ALPHA 2020-11-05 15:35:39 +00:00
sample_and_watermark.go Fixed quantization and made monotic time reversal not panic 2020-11-12 15:17:07 -05:00
timed_observer.go Introduce more metrics on concurrency 2020-05-17 01:02:25 -04:00