Hello,
I’m trying to expose the native prometheus metrics endpoint as mentioned in the documentation but it does not seem to work, no HTTP endpoint is exposed after configuring the .toml file.
Here’s my configuration file
concurrent = 1
check_interval = 0
shutdown_timeout = 0
log_level = "warning"
[session_server]
session_timeout = 1800
[[runners]]
name = "Gitlab-runner-test"
url = "**************"
id = 129
token = "************"
token_obtained_at = 2023-06-09T09:53:41Z
token_expires_at = 0001-01-01T00:00:00Z
executor = "shell"
[runners.cache]
MaxUploadedArchiveSize = 0
[runners.prometheus]
enabled = true
listen_address = ":9252"
Are there any aditional steps that i am missing or that i have misconfigured? the documentation is really lacking in the metrics part imo