Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[META 757] Baggage in APM Agents #3004

Closed
elastic-apm-tech opened this issue Feb 6, 2023 · 2 comments · Fixed by #3289
Closed

[META 757] Baggage in APM Agents #3004

elastic-apm-tech opened this issue Feb 6, 2023 · 2 comments · Fixed by #3289
Assignees
Milestone

Comments

@elastic-apm-tech
Copy link

See meta issue and spec for the description and details:

@JonasKunz
Copy link
Contributor

JonasKunz commented Jun 26, 2023

Implementation plan:

@JonasKunz
Copy link
Contributor

The implementation will have the following limitations:

  • When creating spans via ElasticAPM.currentSpan().createSpan() baggage updates which happened after the activation of the current span will not be visible on the child span. This should not be a problem though, as baggage can only be updated via the OpenTelemetry API. In that case, users should be using the OpenTelemetry API for creating spans aswell.
  • The same limitation applies to our OpenTracing bridge
  • Baggage propagation support has not been implemented for Kafka. This will be done via [META 764] Replace binary context propagation with UTF8 encoded textual headers for Otel compatibility #3017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants