Skip to content

Post spans from tracing exporter#1335

Merged
waltjones merged 1 commit into
masterfrom
waltjones/tracing-post-spans
Sep 30, 2025
Merged

Post spans from tracing exporter#1335
waltjones merged 1 commit into
masterfrom
waltjones/tracing-post-spans

Conversation

@waltjones

@waltjones waltjones commented Sep 30, 2025

Copy link
Copy Markdown
Contributor

Description of the change

Adds a post method to the exporter to post payloads returned from toPayload.

This is an incremental update moving toward

  • renaming the existing export method to exportToQueue
  • adding a new export method that encapsulates the functionality of export, toPayload and post. This will allow spans to be sent immediately when ended.
  • ReplayManager can now call post through tracing.exporter, participating in any additional handling there for all spans (e.g. request headers).

Type of change

  • New feature (non-breaking change that adds functionality)

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

@waltjones waltjones merged commit ab31931 into master Sep 30, 2025
4 checks passed
@waltjones waltjones deleted the waltjones/tracing-post-spans branch September 30, 2025 22:14
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.

2 participants