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 33 prometheus-api-client-python issues
Sort by recently updated
recently updated
newest added

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