prometheus / prometheus/prometheus_api_client_ruby
Async Prometheus Requests
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 38
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Ruby Prometheus API client’s current synchronous request path and its existing tests, since the issue names no files or entry points. Determine the supported asynchronous API and framework expectations before making changes. Done means the client supports non-blocking Prometheus requests while preserving existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- prometheus, ruby
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100