mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-23 08:04:32 +00:00
This PR removes tracing-opentelemetry to a dedicated repo located at https://github.com/tokio-rs/tracing-opentelemetry. (Note that at time of writing this PR, the new repo has not be made public). We're moving tracing-opentelemetry to a dedicated repository for the following reasons: 1. opentelemetry's MSRV is higher than that of `tracing`'s. 2. more importantly, the main `tracing` repo is getting a bit unweildy and it feels unreasonable to maintain backports for crates that integrate with the larger tracing ecosystem. (https://github.com/tokio-rs/tracing-opentelemetry does not have the examples present in this repo; this will occur in a PR that will be linked from _this_ PR.)
16 lines
650 B
Plaintext
16 lines
650 B
Plaintext
# Eliza should review everything unassigned, with David as a backup.
|
|
* @hawkw @davidbarsky @tokio-rs/tracing
|
|
|
|
# tracing-core should include Eliza and Carl.
|
|
/tracing-core/ @hawkw @carllerche
|
|
|
|
# tracing-error and tracing-flame were contributed by Jane.
|
|
/tracing-error/ @yaahc @tokio-rs/tracing
|
|
/tracing-flame/ @yaahc @tokio-rs/tracing
|
|
|
|
# David contributed the Registry implementation.
|
|
/tracing-subscriber/registry @davidbarsky @hawkw @tokio-rs/tracing
|
|
|
|
# Zeki contributed the TracingAppender implementation
|
|
/tracing-appender/ @zekisherif @tokio-rs/tracing
|