File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 89
89
//! managing instruments.
90
90
//!
91
91
//!
92
- //! //! # Logs
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
107
107
//!
108
108
//! The following core crate feature flags are available:
109
109
//!
110
- //! * `trace`: Includes the trace API (enabled by default) .
110
+ //! * `trace`: Includes the trace API.
111
111
//! * `metrics`: Includes the metrics API.
112
112
//! * `logs`: Includes the logs bridge API.
113
113
//!
114
+ //! The default feature flags are ["trace", "metrics", "logs"]
115
+ //!
114
116
//! The following feature flags provides additional configuration for `logs`:
115
117
//! * `logs_level_enabled`: Allow users to control the log level
116
118
//!
117
119
//! The following feature flags enable APIs defined in OpenTelemetry specification that is in experimental phase:
118
- //! * `otel_unstable`: Includes unstable APIs (enabled by default) .
120
+ //! * `otel_unstable`: Includes unstable APIs.
119
121
//!
120
122
//! ## Related Crates
121
123
//!
You can’t perform that action at this time.
0 commit comments