Lines Matching +full:test +full:- +full:msrv
4 //! structured, event-based diagnostic information. This crate provides a layer
6 //! [OpenTelemetry]-compatible distributed tracing systems for processing and
10 //! [`tracing`]: https://github.com/tokio-rs/tracing
12 //! *Compiler support: [requires `rustc` 1.56+][msrv]*
14 //! [msrv]: #supported-rust-versions
23 //! Setting this field is useful if you want to display non-static information
41 //! [semantic conventions]: https://github.com/open-telemetry/opentelemetry-specification/tree/mast…
49 //! [spec repository]: https://github.com/open-telemetry/opentelemetry-specification
81 //! - `metrics`: Enables the [`MetricsSubscriber`] type, a [subscriber] that
82 //! exports OpenTelemetry metrics from specifically-named events. This enables
102 #![cfg_attr(test, deny(warnings))]
103 #![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.18.0")]
105 … html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
106 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
114 // Fail the docs build if any intra-docs links are broken
136 /// Per-span OpenTelemetry data tracked by this crate.