prometheus_api_client_ruby
prometheus_api_client_ruby copied to clipboard
Async Prometheus Requests
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.