Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Querying #242

Open
peterder72 opened this issue Jun 4, 2022 · 2 comments
Open

Async Querying #242

peterder72 opened this issue Jun 4, 2022 · 2 comments
Assignees

Comments

@peterder72
Copy link

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.

@chauhankaranraj
Copy link
Collaborator

Thanks for the suggestion @peterder72, I think that's a great idea!

If there are no objections, I can start with the implementation.

Sure, feel free to get started with the implementation :)

/assign peterder72

@Mathges
Copy link

Mathges commented Jun 13, 2023

Hi there !

I wonder if there's news about this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants