File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 88
88
//! See the [`metrics`] module docs for more information on creating and
89
89
//! managing instruments.
90
90
//!
91
- //!
91
+ //!
92
92
//! //! # Logs
93
93
//!
94
94
//! The [`logs`] module contains the Logs Bridge API. It is not intended to be
95
95
//! called by application developers directly. It is provided for logging
96
96
//! library authors to build log appenders, that bridges existing logging
97
- //! systems with OpenTelemetry. OpenTelemetry. Bridges for `log` and `tracing`
98
- //! libraries are provided via the `opentelemetry-log` and
99
- //! `tracing-opentelemetry` crates.
100
- //!
97
+ //! systems with OpenTelemetry. OpenTelemetry. Bridges for
98
+ //! [`log`](https://crates.io/crates/log) and
99
+ //! [`tracing`](https://crates.io/crates/tracing) libraries are provided via the
100
+ //! `opentelemetry-log` and `tracing-opentelemetry` crates.
101
+ //!
101
102
//! ## Crate Feature Flags
102
103
//!
103
104
//! The following core crate feature flags are available:
You can’t perform that action at this time.
0 commit comments