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

Add log-appender for tracing crate #1080

Closed
cijothomas opened this issue May 25, 2023 · 1 comment
Closed

Add log-appender for tracing crate #1080

cijothomas opened this issue May 25, 2023 · 1 comment
Labels
A-log Area: Issues related to logs

Comments

@cijothomas
Copy link
Member

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:

  1. The log-appender for tracing will be initially hosted in this repo.
  2. 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.
  3. 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).
  4. 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.
@TommyCpp TommyCpp added the A-log Area: Issues related to logs label Jun 26, 2023
@jtescher
Copy link
Member

Completed in #1071

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-log Area: Issues related to logs
Projects
None yet
Development

No branches or pull requests

3 participants