Open f-sander opened 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
@elauria I believe this has been fixed, no?
Actually, this is CLI. Not fixed yet!
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