prometheus-api-client-python
prometheus-api-client-python copied to clipboard
A python wrapper for the prometheus http api
Optimized imports in the __init__ method by implementing lazy imports. This prevents unnecessary imports of unused classes, ensuring that only the required classes are imported when needed. This reduces memory...
**Is your feature request related to a problem? Please describe.** I would like the connection to trust custom root certificate bundles passed to it, as opposed to current contructor :...
I am querying the Prometheus Host. I specify the start, end time and chunksize as 1 hour. When querying the data between the start and end times with 1 hour...