Use lag trend ratio instead of percent
Compare changes
@@ -22,13 +22,13 @@ class SloCheckerFactory {
@@ -22,13 +22,13 @@ class SloCheckerFactory {
@@ -50,18 +50,15 @@ class SloCheckerFactory {
@@ -50,18 +50,15 @@ class SloCheckerFactory {
threshold = properties["threshold"]?.toInt() ?: throw IllegalArgumentException("threshold expected"),
throw IllegalArgumentException("Threshold percent need to be an Double in the range between 0.0 and 1.0 (inclusive)")