Skip to content

Commit ddd7c2b

Browse files
committed
docs: update stability mention of OpenTelemetry spec
1 parent 7cd190b commit ddd7c2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@
4141
//!
4242
//! ### Stability Status
4343
//!
44-
//! The OpenTelemetry specification is currently in beta so some breaking
45-
//! changes may still occur on the path to 1.0. You can follow the changes via
46-
//! the [spec repository] to track progress toward stabilization.
44+
//! The OpenTelemetry tracing specification is stable but the underlying [opentelemetry crate] is
45+
//! not so some breaking changes will still occur in this crate as well. Metrics are not yet fully
46+
//! stable. You can read the specification via the [spec repository].
4747
//!
48+
//! [opentelemetry crate]: https://github.com/open-telemetry/opentelemetry-rust
4849
//! [spec repository]: https://github.com/open-telemetry/opentelemetry-specification
4950
//!
5051
//! ## Examples

0 commit comments

Comments
 (0)