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

os_signpost implementation is deprecated, add support for OSSignposter #582

Open
SwiftNativeDeveloper opened this issue Jul 31, 2024 · 0 comments
Labels
compatibility Compatibility related enhancement New feature or request traces Trace feature or improvement

Comments

@SwiftNativeDeveloper
Copy link

Your two usages of os_signpost APIs are considered 'legacy' and deprecated.

Usage:
https://github.com/open-telemetry/opentelemetry-swift/blob/main/Sources/Instrumentation/SignPostIntegration/SignPostIntegration.swift

References:
https://developer.apple.com/documentation/os/3019242-os_signpost
https://developer.apple.com/documentation/os/3019241-os_signpost

Both state to use the new OSSignposter type, which is available as of iOS 15.
https://developer.apple.com/documentation/os/ossignposter

@alolita alolita added the compatibility Compatibility related label Aug 8, 2024
@bryce-b bryce-b added enhancement New feature or request compatibility Compatibility related traces Trace feature or improvement and removed compatibility Compatibility related labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility related enhancement New feature or request traces Trace feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants