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

Document TracerProvider Shutdown as releasing resources #3534

Closed
2 tasks
MrAlias opened this issue Dec 9, 2022 · 1 comment · Fixed by #3551
Closed
2 tasks

Document TracerProvider Shutdown as releasing resources #3534

MrAlias opened this issue Dec 9, 2022 · 1 comment · Fixed by #3551
Assignees
Labels
area:trace Part of OpenTelemetry tracing help wanted Extra attention is needed pkg:SDK Related to an SDK package

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Dec 9, 2022

  • Update this to:

    // Shutdown shuts down TracerProvider. All registered span processors are shut down in the order they were registered and any held computational resources are released.

  • Unallocate the span processors from the TracerProvider after shutdown to release any held resource.
    • Ensure this works with all other TracerProvider methods

Originally posted by @MrAlias in #3524 (comment)

@MrAlias MrAlias added help wanted Extra attention is needed pkg:SDK Related to an SDK package area:trace Part of OpenTelemetry tracing labels Dec 9, 2022
@MrAlias MrAlias added this to the Release v1.12.0 milestone Dec 9, 2022
@fatsheep9146
Copy link
Contributor

May I help with this? @MrAlias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:trace Part of OpenTelemetry tracing help wanted Extra attention is needed pkg:SDK Related to an SDK package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants