Skip to content

Commit d274912

Browse files
authored
Merge branch 'main' into utpilla/Fix-Aggregation-For-Gauge
2 parents 7624215 + df91db3 commit d274912

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

opentelemetry/src/lib.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//! managing instruments.
9090
//!
9191
//!
92-
//! //! # Logs
92+
//! # Logs
9393
//!
9494
//! The [`logs`] module contains the Logs Bridge API. It is not intended to be
9595
//! called by application developers directly. It is provided for logging
@@ -107,15 +107,17 @@
107107
//!
108108
//! The following core crate feature flags are available:
109109
//!
110-
//! * `trace`: Includes the trace API (enabled by default).
110+
//! * `trace`: Includes the trace API.
111111
//! * `metrics`: Includes the metrics API.
112112
//! * `logs`: Includes the logs bridge API.
113113
//!
114+
//! The default feature flags are ["trace", "metrics", "logs"]
115+
//!
114116
//! The following feature flags provides additional configuration for `logs`:
115117
//! * `logs_level_enabled`: Allow users to control the log level
116118
//!
117119
//! 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.
119121
//!
120122
//! ## Related Crates
121123
//!

0 commit comments

Comments
 (0)