tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
231 stars 328 forks source link

"Next steps with Tracing" is out of date #757

Open WesleyAC opened 6 months ago

WesleyAC commented 6 months ago

Next steps with Tracing recommends the following:

# Implements the types defined in the Otel spec
opentelemetry = "0.17.0"
# Integration between the tracing crate and the opentelemetry crate
tracing-opentelemetry = "0.17.2" 
# Allows you to export data to Jaeger
opentelemetry-jaeger = "0.16.0"

However, opentelemetry-jaeger is deprecated and these are very old versions. This should be updated with the current best practices.