flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
4.99k stars 194 forks source link

axum opentelemetry #148

Closed jayvdb closed 2 months ago

jayvdb commented 2 years ago

Decision at https://github.com/tokio-rs/axum/pull/769#issuecomment-1147360090 was that open telemetry can and thus should be third party , and so that has occurred at https://crates.io/crates/axum-tracing-opentelemetry , now present on https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md

IMO this should means it gets a "yes", ideally with a hyperlink to the third party crate which provides it.

flosse commented 2 months ago

@jayvdb please open a PR for change requests. Thank you!