We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ec75 commit 672970cCopy full SHA for 672970c
prometheus_api_client/prometheus_connect.py
@@ -36,6 +36,8 @@ class PrometheusConnect:
36
:param retry: (Retry) Retry adapter to retry on HTTP errors
37
:param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. See python
38
requests library auth parameter for further explanation.
39
+ :param proxy: (Optional) Proxies dictonary to enable connection through proxy.
40
+ Example: {"http_proxy": "<ip_address/hostname:port>", "https_proxy": "<ip_address/hostname:port>"}
41
"""
42
43
def __init__(
0 commit comments