prometheus-api-client-python
prometheus-api-client-python copied to clipboard
add pool_size setting
In the case of multithreaded use, it could be useful to be able to adjust the max_poolsize
Added pool_size option in PrometeusConnect which sets a max_poolsize on the HTTPAdapter request session
Hey @rbihore, with the latest changes in #274 you can provide a custom session with PrometheusConnect. Do you think it still makes sense to add this flag?