pub fn init_prometheus_server( addr: IpAddr, metrics_port: u16, ) -> Result<(), BuildError>
Start a Prometheus metrics server on the given port.