Prometheus Http Client for Asyncio
Project description
Asyncio Prometheus Client
Prometheus Http Client for Asyncio of Python
install
pip install aio-prometheus-client
usage
from aio_prometheus_client import PrometheusClient
client = PrometheusClient('http://127.0.0.1:9090')
result = await client.query('http_requests_total')
for s in result.series:
print(s.metric, s.value.timestamp, s.value.value)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file aio_prometheus_client-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: aio_prometheus_client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a671a1e4300af7d38735700ddbc4ea46799caf144e058f939b7a03563b07a18d |
|
MD5 | eb2a5879a215813f28dd373689c5b641 |
|
BLAKE2b-256 | ebf0acd663ed0efe5108ff8e3f96a906708591d9f4404cc3f0bba96ed0ef2334 |