GitHub
github.com › prometheus › prometheus_api_client_ruby
GitHub - prometheus/prometheus_api_client_ruby: A Ruby library for reading metrics stored on a Prometheus server · GitHub
A Ruby library for reading metrics stored on a Prometheus server - prometheus/prometheus_api_client_ruby
Starred by 37 users
Forked by 23 users
Languages: Ruby
Starred by 274 users
Forked by 90 users
Languages: Python
Go Packages
pkg.go.dev › github.com › prometheus › client_golang › api
api package - github.com/prometheus/client_golang/api - Go Packages
September 5, 2025 - github.com/prometheus/client_golang · Open Source Insights · Code Wiki · Package api provides clients for the HTTP APIs. Variables · type Client · func NewClient(cfg Config) (Client, error) type CloseIdler · type Config · This section is empty. View Source ·
client_python
prometheus.github.io › client_python
client_python
from prometheus_client import start_http_server, Summary import random import time # Create a metric to track time spent and requests made. REQUEST_TIME = Summary('request_processing_seconds', 'Time spent processing request') # Decorate function with metric. @REQUEST_TIME.time() def ...
Go Packages
pkg.go.dev › github.com › prometheus › client_golang › api › prometheus › v1
v1 package - github.com/prometheus/client_golang/api/prometheus/v1 - Go Packages
github.com/prometheus/client_golang · Open Source Insights · Code Wiki · Package v1 provides bindings to the Prometheus HTTP API v1: http://prometheus.io/docs/querying/api/ Constants · type API · func NewAPI(c api.Client) API · type ActiveTarget · type Alert ·
Rdrr.io
rdrr.io › github › glenn-m › promR
glenn-m/promR: Prometheus API Client version 0.1.1 from GitHub
March 22, 2023 - / GitHub · / glenn-m/promR: Prometheus API Client · R library for reading metrics stored on a Prometheus Server. README.md · Vignettes Man pages API and functions Files · glenn-m/promR documentation built on March 22, 2023, 8:49 p.m. rdrr.io home R language documentation Run R code online ·
» pip install prometheus-api-client
Published: Apr 13, 2026
Version: 0.7.2
GitHub
github.com › topics › prometheus-api
prometheus-api · GitHub Topics · GitHub
Java Client for the Prometheus REST APIs.