Commit 727c6c7b authored by Robert Speicher's avatar Robert Speicher

Merge branch 'ashmckenzie/gitaly-listen-on-localhost-for-prometheus' into 'master'

Listen on localhost for Gitaly's Prometheus

See merge request gitlab-org/gitlab!57438
parents e8ae7766 0b94e2ac
......@@ -175,7 +175,7 @@ module TestEnv
{ 'default' => repos_path },
force: true,
options: {
prometheus_listen_addr: ':9236'
prometheus_listen_addr: 'localhost:9236'
}
)
Gitlab::SetupHelper::Gitaly.create_configuration(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment