prometheus-api-client-python icon indicating copy to clipboard operation
prometheus-api-client-python copied to clipboard

A python wrapper for the prometheus http api

Results 26 prometheus-api-client-python issues
Sort by recently updated
recently updated
newest added

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...

good first issue
hacktoberfest

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...

dependencies

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...

dependencies

**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:...