🌐
Prometheus
prometheus.io › docs › instrumenting › clientlibs
Client libraries | Prometheus
When Prometheus scrapes your instance's HTTP endpoint, the client library sends the current state of all tracked metrics to the server.
🌐
NuGet
nuget.org › packages › Prometheus.Client
NuGet Gallery | Prometheus.Client 6.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support. ... It is hard fork of prometheus-net from early 2017 that has since evolved into a different library.
🌐
PyPI
pypi.org › project › prometheus-client
prometheus-client · PyPI
Python client for the Prometheus monitoring system.
event monitoring and alerting software
Prometheus is a free software application for event monitoring and alerting. It records metrics in a time series database built using an HTTP pull model, supporting high dimensionality through key-value label pairs, … Wikipedia
Factsheet
Release November 24, 2012; 13 years ago
Stable release v3.14.0
/ August 17, 2026; 30 days ago
Written in Go
Factsheet
Release November 24, 2012; 13 years ago
Stable release v3.14.0
/ August 17, 2026; 30 days ago
Written in Go
🌐
Prometheus
prometheus.io
Prometheus - Monitoring system & time series database
Prometheus servers operate independently and only rely on local storage.
Find elsewhere
🌐
crates.io
crates.io › crates › prometheus-client
prometheus-client - crates.io: Rust Package Registry
2 weeks ago - crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects
🌐
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 ...
🌐
InfluxData
influxdata.com › home › prometheus client telegraf output plugin | influxdata
Prometheus Client Telegraf Output Plugin
The Prometheus Client Output Plugin starts a Prometheus Client and exposes all metrics on /metrics to be polled by a Prometheus server.
🌐
Go Packages
pkg.go.dev › github.com › prometheus › client_golang › prometheus
prometheus package - github.com/prometheus/client_golang/prometheus - Go Packages
July 24, 2026 - package main import ( "fmt" "net/http" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) func main() { // Imagine you have a worker pool and want to count the tasks completed. taskCounter := prometheus.NewCounter(prometheus.CounterOpts{ Subsystem: "worker_pool", Name: "completed_tasks_total", Help: "Total number of tasks completed.", }) // This will register fine.
🌐
Rust
docs.rs › prometheus-client
prometheus_client - Rust
Client library implementation of the Open Metrics specification. Allows developers to instrument applications and thus enables operators to monitor said applications with monitoring systems like Prometheus.
🌐
GitHub
github.com › prometheus › client_python › blob › master › prometheus_client › multiprocess.py
client_python/prometheus_client/multiprocess.py at master · prometheus/client_python
Prometheus instrumentation library for Python applications - client_python/prometheus_client/multiprocess.py at master · prometheus/client_python
Author: prometheus
🌐
Medium
medium.com › @letathenasleep › exposing-python-metrics-with-prometheus-c5c837c21e4d
Exposing Python Metrics with Prometheus | by Adso | Medium | Medium
July 6, 2023 - flask prometheus-client · Now, let’s create a Docker Compose file to run our app and Prometheus together. Create a file named docker-compose.yml with the following content: version: '3' services: app: build: context: .
🌐
Anaconda.org
anaconda.org › anaconda › prometheus_client
prometheus_client - anaconda | Anaconda.org
Install prometheus_client with Anaconda.org. Python client for the Prometheus monitoring system.
🌐
Arch Linux
archlinux.org › packages › extra › any › python-prometheus_client
Arch Linux - python-prometheus_client 0.25.0-1 (any)
View the file list for python-prometheus_client · View the soname list for python-prometheus_client · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.