Starred by 37 users
Forked by 23 users
Languages: Ruby
🌐
GitHub
github.com › AICoE › prometheus-api-client-python
AICoE/prometheus-api-client-python · GitHub
August 24, 2020 - A python wrapper for the prometheus http api. Contribute to AICoE/prometheus-api-client-python development by creating an account on GitHub.
Author: AICoE
🌐
GitHub
github.com › 4n4nd › prometheus-api-client-python
GitHub - 4n4nd/prometheus-api-client-python: A python wrapper for the prometheus http api · GitHub
The prometheus-api-client library consists of multiple modules which assist in connecting to a Prometheus host, fetching the required metrics and performing various aggregation operations on the time series data.
Starred by 274 users
Forked by 90 users
Languages: Python
🌐
GitHub
github.com › prometheus › client_golang
GitHub - prometheus/client_golang: Prometheus instrumentation library for Go applications · GitHub
2 weeks ago - This is the Go client library for Prometheus. It has two separate parts, one for instrumenting application code, and one for creating clients that talk to the Prometheus HTTP API.
Author: prometheus
🌐
GitHub
github.com › Eigenbahn › prometheus-api-client
GitHub - Eigenbahn/prometheus-api-client: Prometheus HTTP API client for Clojure
Prometheus HTTP API client for Clojure. Contribute to Eigenbahn/prometheus-api-client development by creating an account on GitHub.
Author: Eigenbahn
🌐
GitHub
github.com › hephex › prometheus_api
GitHub - hephex/prometheus_api: Client for Prometheus HTTP API
Client for Prometheus HTTP API. Contribute to hephex/prometheus_api development by creating an account on GitHub.
Author: hephex
🌐
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 ·
Find elsewhere
🌐
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 ...
🌐
GitHub
github.com › puetzp › prometheus-http-query
GitHub - puetzp/prometheus-http-query: Prometheus HTTP API client · GitHub
This crate provides an interface to the Prometheus HTTP API and leverage Rust's type system in the process where applicable. use prometheus_http_query::{Client, Error, Selector, RuleKind}; #[tokio::main(flavor = "current_thread")] async fn main() ...
Author: puetzp
🌐
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 ·
🌐
GitHub
github.com › topics › prometheus-client
prometheus-client · GitHub Topics · GitHub
C++ header-only prometheus client library for quickly and easily adding metric (and profiling) functionality to C++ projects.
🌐
GitHub
github.com › matpool › prometheus_client
GitHub - matpool/prometheus_client: Prometheus instrumentation library for Go applications
This is the Go client library for Prometheus. It has two separate parts, one for instrumenting application code, and one for creating clients that talk to the Prometheus HTTP API.
Author: matpool
🌐
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 ·
🌐
PyPI
pypi.org › project › prometheus-api-client
prometheus-api-client · PyPI
For plotting support: pip install prometheus-api-client[plot] To install directly from this branch: pip install https://github.com/4n4nd/prometheus-api-client-python/zipball/master · Slack · Google Chat · Documentation · Prometheus, a Cloud ...
      » pip install prometheus-api-client
    
Published: Apr 13, 2026
Version: 0.7.2
🌐
GitHub
github.com › samber › prometheus-query-js
GitHub - samber/prometheus-query-js: 📊 A Javascript client for Prometheus query API
📊 A Javascript client for Prometheus query API. Contribute to samber/prometheus-query-js development by creating an account on GitHub.
Author: samber