Skip to content

feat: added W3C baggage support - #2755

Draft
kirrg001 wants to merge 14 commits into
mainfrom
feat-baggage-support
Draft

kirrg001 wants to merge 14 commits into
mainfrom
feat-baggage-support

Conversation

@kirrg001

@kirrg001 kirrg001 commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

refs https://jsw.ibm.com/browse/INSTA-103622

  • Docs
  • Kafka does not support W3C at all right now (Ticket)
  • grpc does not support W3C at all right now (Ticket)

@kirrg001
kirrg001 force-pushed the feat-baggage-support branch 2 times, most recently from 9685cc9 to 9ccace8 Compare September 17, 2026 08:58
const nearest = allowedTransmissionDelayValues.reduce((prev, curr) =>
Math.abs(curr - value) < Math.abs(prev - value) ? curr : prev,
const nearest = allowedTransmissionDelayValues.reduce(
(prev, curr) => (Math.abs(curr - value) < Math.abs(prev - value) ? curr : prev),

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only format change.

@kirrg001
kirrg001 force-pushed the feat-baggage-support branch from 1050934 to d2028e9 Compare September 18, 2026 13:15
}

if (w3cBaggage != null) {
cls.setBaggage(w3cBaggage);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In http entry instrus we remember the full baggage.

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.

1 participant