Skip to content

Commit

Permalink
fix: add timeFrame to retrieve_slo dynatrace (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianmartineau authored Mar 26, 2022
1 parent 44a6566 commit 2db0140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slo_generator/backends/dynatrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def retrieve_slo(self,
"""
params = {
'from': start,
'to': end
'to': end,
'timeFrame' : 'GTF'
}
endpoint = 'slo/' + slo_id
return self.client.request('get',
Expand Down

0 comments on commit 2db0140

Please sign in to comment.