opentelemetry-rust icon indicating copy to clipboard operation
opentelemetry-rust copied to clipboard

SDK/Export concepts leaked into API.

Open cijothomas opened this issue 2 years ago • 3 comments

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 avatar Apr 25 '23 19:04 cijothomas