Skip to content
Snippets Groups Projects
Commit dc25dbd1 authored by Andrejs Cunskis's avatar Andrejs Cunskis
Browse files

Merge branch 'mk-map-metrics-ports' into 'master'

Map Docker ports correctly in metrics.rb

See merge request gitlab-org/gitlab-qa!1017
parents 742d84e1 e21ddfc7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,7 +14,10 @@ module Gitlab
gitlab.release = release
gitlab.network = 'test'
gitlab.name = 'gitlab'
gitlab.ports = [PUMA_METRICS_SERVER_PORT, SIDEKIQ_METRICS_SERVER_PORT]
gitlab.ports = [
"#{PUMA_METRICS_SERVER_PORT}:#{PUMA_METRICS_SERVER_PORT}",
"#{SIDEKIQ_METRICS_SERVER_PORT}:#{SIDEKIQ_METRICS_SERVER_PORT}"
]
 
gitlab.omnibus_configuration << <<~RUBY
puma['exporter_enabled'] = true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment