From 9e9fe5ed4f7051c9a56dd3d96df4391d6a77e05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Thu, 16 Apr 2020 16:07:42 +0200 Subject: [PATCH] Add a comment --- execution/lag_analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/execution/lag_analysis.py b/execution/lag_analysis.py index a810a088a..c05c0501b 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) -- GitLab