prometheus-api-client-python
prometheus-api-client-python copied to clipboard
A python wrapper for the prometheus http api
I have got this error full domain name `au.edu` in error message `\\"au\\"` i.e `.edu` is disappeared ``` File "./prometheus_query.py", line 35, in metric_data = prom.custom_query( File "/usr/local/lib/python3.8/dist-packages/prometheus_api_client/prometheus_connect.py", line 355,...
**Is your feature request related to a problem? Please describe.** No - not a problem. It's an honest-to-gosh simple request to make life easier. When you call `plot()` you create...
While looking at #252 I realized that some extra code would produce a nicer result. Now when calling plot() more than once, you get overlaid graphs(). This assumes that the...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
**Describe the bug** project has some typoing but is missing the py.typed file as per https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker **To Reproduce** Run mypy against the following snippet ```python import prometheus_api_client ``` ``` error:...
Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
@4n4nd Hi~, I want to provide an async version of PrometheusConnect **Is your feature request related to a problem? Please describe.** Yes. The current implementation of PrometheusConnect uses the synchronous...