I have been using gitlab’s embedded prometheus to collect gitlab data and graph them in an external grafana.
Now I want to add my runners to grafana too. I have added the lilsten-address to the runner config and i can access the metrics from http://runner_fqdn:9252/metrics.
Now I want the embedded prometheus to collect its data, so what should I do?
If it’s impossible to use the embeded prometheus, i will have to install a standalone prometheus only for runner, what is not preferred.