-
Notifications
You must be signed in to change notification settings - Fork 506
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
SDK/Export concepts leaked into API. #1042
Labels
A-common
Area:common issues that not related to specific pillar
release:required-for-stable
Must be resolved before GA release, or nice to have before GA.
Milestone
Comments
This was referenced May 13, 2024
Modify loggerprovider shutdown, flush to return single Result and handle repeat shutdown calls
#1750
Merged
See additional comment to be fixed while resolving this issue:#1750 (comment) |
4 tasks
4 tasks
This was referenced Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-common
Area:common issues that not related to specific pillar
release:required-for-stable
Must be resolved before GA release, or nice to have before GA.
https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/src/common.rs#L426
https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/src/logs/mod.rs#L27
The above are part of Public API of the OpenTelemetry-API create. Its about "Export" which is an SDK only concept.
Wondering if this is intentional or accidental? If it is not intentional, we should move them into SDK befoe 1.0 stable.
(There are few other similar issues, will open separate issues to track them)
The text was updated successfully, but these errors were encountered: