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

Enable auto/sdk in otel global #1405

Merged
merged 9 commits into from
Jan 7, 2025

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Dec 10, 2024

Resolve #1399
Resolve #1400
Resolve #974

This includes a probe.Uprobe refactor. Instead of passing back links when the uprobe loads, the uprobe itself now hold these values. When its Close method is called it will, itself, call each of these close methods.

This redesign is used so that the newSpan uprobe can be closed prior to the others (which are closed by the Manager ).

@MrAlias

This comment was marked as resolved.

@MrAlias MrAlias force-pushed the otel-global-autosdk branch 2 times, most recently from bc3fd1e to 2cc75b0 Compare December 10, 2024 22:22
@MrAlias MrAlias force-pushed the otel-global-autosdk branch from 0fa0bd8 to 555a184 Compare December 11, 2024 00:59
@MrAlias

This comment was marked as outdated.

@MrAlias MrAlias force-pushed the otel-global-autosdk branch from 555a184 to dab479a Compare December 12, 2024 22:23
@MrAlias MrAlias force-pushed the otel-global-autosdk branch 5 times, most recently from d5356ef to 89c0867 Compare December 19, 2024 21:21
@MrAlias MrAlias changed the title [PoC] Enable auto/sdk in otel global Enable auto/sdk in otel global Dec 19, 2024
@MrAlias MrAlias force-pushed the otel-global-autosdk branch 5 times, most recently from b25ff44 to 30e7015 Compare December 20, 2024 16:16
@MrAlias MrAlias marked this pull request as ready for review December 20, 2024 16:31
@MrAlias MrAlias requested a review from a team as a code owner December 20, 2024 16:31
@MrAlias MrAlias added this to the v0.20.0-alpha milestone Dec 20, 2024
Copy link
Contributor

@RonFed RonFed left a comment

Choose a reason for hiding this comment

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

It's very cool to see it all come together,
Left some comments but it looks great.

@MrAlias MrAlias force-pushed the otel-global-autosdk branch from 955785e to 4b55aa7 Compare January 6, 2025 19:25
The span embedded within a context will be from `auto/sdk`. This means
that open-telemetry#974 is resolved by this change.
@MrAlias MrAlias merged commit d5869d5 into open-telemetry:main Jan 7, 2025
27 checks passed
@MrAlias MrAlias deleted the otel-global-autosdk branch January 7, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2 participants