Skip to content
Snippets Groups Projects
Commit 9e9fe5ed authored by Sören Henning's avatar Sören Henning
Browse files

Add a comment

parent 025aa8d6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment