Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 293 Bytes

faultgauge

faultgauge creates a new gauge which samples the fail rate over the window length. Be sure to call IncrementFail() or IncrementSuccess() to inform the gauge of the success or failure. A windowLength of 10 seconds or more is recommended, and 60 seconds is even better.