zalando-zmon / service-level-reporting

Calculate SLI/SLO metrics from ZMON's timeseries data
Other
9 stars 10 forks source link

Inaccessible products as result of default limit set to 100 #120

Open f-sander opened 6 years ago

f-sander commented 6 years ago

Currently, users can only access the 100 oldest products. The reason is that in the client a limit parameter is defined with a default of 100 per request for products. That parameter can not be influenced by a user.

https://github.com/zalando-zmon/service-level-reporting/blob/master/zmon_slr/client.py#L29

mohabusama commented 6 years ago

@elauria I believe this has been fixed, no?

mohabusama commented 6 years ago

Actually, this is CLI. Not fixed yet!