Antoine C

Results 40 comments of Antoine C

I am truly grateful for this sharing of information ! I would like to know a few more things, how do you handle pagination in your project (limit/offset)?

Okay, you've made your own pagination system, you didn't use an external package ? (as fastapi-pagination for example)

Great news to have 2FA integrated in `2.4.0`. I'm waiting for this since a long time :D Any date for the `2.4.0` ?

I can confirm that the problem is quite annoying when parsing logs on Cloud Logging (GCP), for example. All logs are considered as ERROR : ![image](https://github.com/grafana/loki/assets/25102234/39b41827-952b-4a08-a57a-8b8734e2aa19)

Do you have any news for this feature? I think it's important to have it!

Same problem here, I can confirm the flags `[feature]` are not taken into account

That's what we were doing, we wanted to migrate to slack integration rather than RSS but unfortunately there are these problems :(

Thanks @achilles-tee for the fix, worked on my side

Same problem here : ``` [2022-04-11 18:07:06,549] - [DEBUG] - Starting new HTTPS connection (1): blabla.co:443 [2022-04-11 18:07:08,123] - [DEBUG] - https://blabla.co:443 "GET /wp-json/wc/v3/products?&page=2&per_page=100 HTTP/1.1" 200 None [2022-04-11 18:07:08,232] -...

I hope @claudiosanches will check this to add `requests.session()` in `api.py` for faster performance