prometheus_api_client_ruby icon indicating copy to clipboard operation
prometheus_api_client_ruby copied to clipboard

A Ruby library for reading metrics stored on a Prometheus server

Results 1 prometheus_api_client_ruby issues
Sort by recently updated
recently updated
newest added

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...