GitLab Runner http endpoint should default to 9252
When using Prometheus, there is a list of reserved ports for each exporter. You can see that list here: https://github.com/prometheus/prometheus/wiki/Default-port-allocations
This reduces the chance of multiple exporters running on the same machine and having port conflicts. You can see we have reserved a number of ports for other GitLab services, for example gitaly and workhorse.
I have gone ahead and reserved 9252 for Runner, and it would be great if we defaulted to this port in the event no other port was specified.