Skip to content

Sidekiq: set health check port by default

Jason Plum requested to merge sidekiq-health-port-default into master

What does this MR do?

Set the health_checks.port value by default, at 3808

This does not eliminate the need to keep prometheus metrics enabled via the Admin UI at this time, but sets for the dedicate patterns as needed for future changes that will ensure health checks and metrics are not incoherently bound via UI toggle, that is not controllable via IaC / configuration templating.

See #3198 (comment 887826967)

Related issues

#3198 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen

Merge request reports