macOS 11.1
Python 3.8.5
prometheus-client 0.9.0
To reproduce:
from prometheus_client import instance_ip_grouping_key
instance_ip_grouping_key()
What happens?
metrics.py:10: in <module>
INSTANCE = instance_ip_grouping_key()
lib/python3.8/site-packages/prometheus_client/exposition.py:379: in instance_ip_grouping_key
s.connect(('localhost', 0))
E OSError: [Errno 49] Can't assign requested address
macOS 11.1
Python 3.8.5
prometheus-client 0.9.0
To reproduce:
What happens?