Support floating point values in SLO evaluation
Compare changes
+ 2
− 2
@@ -37,7 +37,7 @@ def aggr_query(values: dict, warmup: int, aggr_func):
@@ -63,7 +63,7 @@ async def check_slo(request: Request):
This will add support for floating point values both in Prometheus metrics and SLO thresholds.
Fixes #385 (closed).