Skip to content

Add support in Workhorse for X-Request-Id header propagation

Stan Hu requested to merge sh-support-propagate-correlation-id into master

The propagateCorrelationID option in Workhorse has been present since gitlab-workhorse!529 (merged), but the configuration option was never made available. This commit adds support for enabling this option via:

gitlab_workhorse['propagate_correlation_id'] = true

This will enable us to support end-to-end tracing for HTTP requests.

Relates to:

  1. gitlab#324836 (closed)
  2. https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/12798
Edited by Stan Hu

Merge request reports

Loading