diff --git a/execution/lag_analysis.py b/execution/lag_analysis.py index a810a088a0ead9722e5daf16a65318732d0b7451..c05c0501b6dd922b4029425eae56a7e3f2b55bb8 100644 --- a/execution/lag_analysis.py +++ b/execution/lag_analysis.py @@ -32,6 +32,7 @@ response = requests.get('http://kube1.se.internal:32529/api/v1/query_range', par 'start': start.isoformat(), 'end': end.isoformat(), 'step': '5s'}) +# TODO Check if start=now()-5m and end=now() also works #response #print(response.request.path_url)