prometheus_api_client_ruby icon indicating copy to clipboard operation
prometheus_api_client_ruby copied to clipboard

Async Prometheus Requests

Open Lyranile opened this issue 6 months ago • 0 comments

Currently, the Prometheus API client operates synchronously, which may lead to performance bottlenecks in applications that require high throughput or low latency. Request

Could the Prometheus API client be modified to support asynchronous operations? This enhancement would allow for non-blocking requests, improving overall application performance and responsiveness. Additional Context

Asynchronous capabilities would enable better handling of multiple requests simultaneously, making it easier to integrate with modern frameworks that favor async programming patterns.

Lyranile avatar Aug 10 '25 16:08 Lyranile