Skip to content

Bind gitaly metrics endpoint to 0.0.0.0 instead of localhost

Lukasz Racon requested to merge lukaszracon/gitlab:gitaly_metrics into master

What does this MR do?

Configures Gitaly to bind the metrics endpoint to 0.0.0.0 instead of localhost. This allows Prometheus from outside of the container to gather the metrics.

Related issues

Closes #2819 (closed)

Similar issue with Praefect:

Testing

Edited by Mitchell Nielsen

Merge request reports