Skip to content

[TT-16429]: Add custom trace header configuration for Gateway#41

Merged
imogenkraak merged 6 commits into
mainfrom
TT-16429-custom-trace-header
Jan 29, 2026
Merged

[TT-16429]: Add custom trace header configuration for Gateway#41
imogenkraak merged 6 commits into
mainfrom
TT-16429-custom-trace-header

Conversation

@imogenkraak

Copy link
Copy Markdown
Contributor

Description

This PR adds support for custom trace headers (e.g., X-Correlation-ID, X-Request-ID) to enable organisations with legacy correlation ID systems to integrate with OpenTelemetry without breaking existing trace continuity.

Related Issue

TT-26429

Motivation and Context

Test Coverage For This Change

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring or add test (improvements in base code or adds test coverage to functionality)
  • Documentation updates or improvements.

Checklist

  • I have reviewed the guidelines for contributing to this repository.
  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). If PRing from your fork, don't come from your master!
  • Make sure you are making a pull request against our master branch (left side). Also, it would be best if you started your change off our latest master.
  • My change requires a change to the documentation.
    • I have manually updated the README(s)/documentation accordingly.
    • If you've changed APIs, describe what needs to be updated in the documentation.
  • I have updated the documentation accordingly.
  • Modules and vendor dependencies have been updated; run go mod tidy && go mod vendor
  • When updating library version must provide reason/explanation for this update.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • Check your code additions will not fail linting checks:
    • gofmt -s -w .
    • go vet ./...

@github-actions

github-actions Bot commented Jan 23, 2026

Copy link
Copy Markdown

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@imogenkraak

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@imogenkraak
imogenkraak force-pushed the TT-16429-custom-trace-header branch from 65bcaf7 to 280b479 Compare January 26, 2026 11:42
@imogenkraak
imogenkraak force-pushed the TT-16429-custom-trace-header branch from 280b479 to f5d61e2 Compare January 26, 2026 11:43
@imogenkraak
imogenkraak marked this pull request as ready for review January 26, 2026 11:46
mativm02

This comment was marked as resolved.

@imogenkraak
imogenkraak merged commit ae6394c into main Jan 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants