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

Add trace_completed event to Tracer #1458

Merged
merged 2 commits into from
Apr 13, 2021
Merged

Conversation

delner
Copy link
Contributor

@delner delner commented Apr 9, 2021

Extracted from #1390

This pull request adds a trace_completed event that is triggered whenever the tracer completes a trace. It is meant to allow fan-out of traces, such that other things may be done with them (logged to file, emit metrics, etc.) In the future, the writer will subscribe to this event to ingest traces.

@delner delner added core Involves Datadog core libraries feature Involves a product feature labels Apr 9, 2021
@delner delner requested review from marcotc and a team April 9, 2021 20:33
@delner delner self-assigned this Apr 9, 2021
@delner delner force-pushed the feature/trace_completed_event branch from dc7c56e to a618d64 Compare April 9, 2021 20:41
marcotc
marcotc previously approved these changes Apr 9, 2021
Copy link
Member

@marcotc marcotc left a comment

Choose a reason for hiding this comment

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

@delner delner merged commit 80a960f into master Apr 13, 2021
@delner delner deleted the feature/trace_completed_event branch April 13, 2021 20:29
@github-actions github-actions bot added this to the 0.48.0 milestone Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Involves Datadog core libraries feature Involves a product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants