Open
Description
According to the code, when you define failureThreshold: 0.01, failureThresholdType: 'percent'
, that means 1% in fact.
I think this is misleading because percent is 1/100
(per+cent), and it is not a fraction (0..1).
Could you please rename it to fraction
and add the real percent
unit, i.e. 0.01 percent → 0.0001
and 1 percent → 0.01
accordingly?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels