-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
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.
AdrienPensartchauhankaranraj and 4n4ndchauhankaranraj, AdrienPensart and 4n4nd
Metadata
Metadata
Assignees
Labels
No labels