Skip to content

Commit 1bc03b6

Browse files
committed
fix: remove unstable
1 parent 120b720 commit 1bc03b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

opentelemetry-otlp/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
//! The following feature flags can enable exporters for different telemetry pillars:
8585
//!
8686
//! * `trace`: Includes the trace exporters (enabled by default).
87-
//! * `metrics`: Includes the unstable metrics exporters.
88-
//! * `logs`: Includes the unstable logs exporters.
87+
//! * `metrics`: Includes the metrics exporters.
88+
//! * `logs`: Includes the logs exporters.
8989
//!
9090
//! The following feature flags generate additional code and types:
9191
//! * `serialize`: Enables serialization support for type defined in this create via `serde`.

opentelemetry-sdk/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
//! The following feature flags can used to control the telemetry pillars to use:
8181
//!
8282
//! * `trace`: Includes the trace SDK (enabled by default).
83-
//! * `metrics`: Includes the unstable metrics SDK.
84-
//! * `logs`: Includes the unstable logs SDK.
83+
//! * `metrics`: Includes the metrics SDK.
84+
//! * `logs`: Includes the logs SDK.
8585
//!
8686
//! For `trace` the following feature flags are available:
8787
//!

opentelemetry/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
//! The following core crate feature flags are available:
9494
//!
9595
//! * `trace`: Includes the trace API (enabled by default).
96-
//! * `metrics`: Includes the unstable metrics API.
96+
//! * `metrics`: Includes the metrics API.
9797
//! * `logs`: Includes the logs bridge API.
9898
//!
9999
//! The following feature flags provides additional configuration for `logs`:

0 commit comments

Comments
 (0)