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

Replace probe.Event with ptrace.ScopeSpans #1207

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Oct 21, 2024

This implements part of #1177. It removes the probe.Event type and replaces its use with ptrace.ScopeSpans. It does not replace the Controller with a collector receiver and new Handler type (like #1177). The goal here is to lay the foundation from which we can build out the collector receiver and generalize the probe handler.

Resolve #1125

Use the pdata module as the data-model for the project.
The collector will default to span kind internal. Test that the SDK set
span kind is captured and set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[Spike] Alternate data model
1 participant