You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear whether the prometheus_client package supports HTTPS directly between exporter and Prometheus. Opened prometheus/client_python#930 to clarify that.
Currently, the zhmc exporter uses
start_http_server()
from the prometheus_client package and thus does not support HTTPS to Prometheus.This issue is to add support for HTTPS.
The text was updated successfully, but these errors were encountered: