Skip to content

Allow to set listen address for metrics service via cl flags

Sky requested to merge (removed):Sky-main-patch-82077 into main

goal is to allow prometheus monitoring of the proxy over the network without editing the local hosts file. This commit replaces the previous hardcoded listen address:"localhost" with a variable that can be set trough cl flags (default is still localhost)

Merge request reports