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

SDK/Export concepts leaked into API. #1042

Open
cijothomas opened this issue Apr 25, 2023 · 1 comment
Open

SDK/Export concepts leaked into API. #1042

cijothomas opened this issue Apr 25, 2023 · 1 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.

Comments

@cijothomas
Copy link
Member

cijothomas commented Apr 25, 2023

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)

@cijothomas
Copy link
Member Author

See additional comment to be fixed while resolving this issue:#1750 (comment)

@cijothomas cijothomas added A-common Area:common issues that not related to specific pillar and removed A-trace Area: issues related to tracing labels May 13, 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.
Projects
None yet
Development

No branches or pull requests

3 participants