You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the log-appender for log create, done in this PR (#1071), this issue is opened to track adding log appender for the tracing crate.
This issue also summarizes the discussions from the #1071 below:
The log-appender for tracing will be initially hosted in this repo.
If the maintainers of tracing-opentelemetry agrees, it'll be moved there. It already has tracing subscriber converting tracing into OpenTelemetry Spans/SpanEvents, so it logically makes sense to add the equivalent for Logs as well.
If tracing-opentelemetry repo do not agree to host it there, then this will be moved to opentelemetry owned contrib repo (once such a repo is created).
1 is chosen initially because the OpenTelemetry Rust API/SDK that supports logging is not yet released, so hosting here is easy to build the initial version, and unblocks/makes-easy the overall work to support loggin in OTel Rust.
The text was updated successfully, but these errors were encountered:
Similar to the log-appender for log create, done in this PR (#1071), this issue is opened to track adding log appender for the tracing crate.
This issue also summarizes the discussions from the #1071 below:
The text was updated successfully, but these errors were encountered: