You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library for a project of mine where I need to gather 48h worth of timestamp data. While the library gets the job done, since all requests are made sequentially (prometheus_connect.py), it takes a ridiculous amount of time to fetch all data while keeping the server resources under-utilized.
A nice idea would be to introduce Async querying functionality to the library (e.g. async_get_metric_range_data) to keep the server busy and have better loading times.
If there are no objections, I can start with the implementation.
The text was updated successfully, but these errors were encountered:
I'm using this library for a project of mine where I need to gather 48h worth of timestamp data. While the library gets the job done, since all requests are made sequentially (
prometheus_connect.py
), it takes a ridiculous amount of time to fetch all data while keeping the server resources under-utilized.A nice idea would be to introduce Async querying functionality to the library (e.g.
async_get_metric_range_data
) to keep the server busy and have better loading times.If there are no objections, I can start with the implementation.
The text was updated successfully, but these errors were encountered: