Commit 1bc03b6 1 parent 120b720 commit 1bc03b6 Copy full SHA for 1bc03b6
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
//! The following feature flags can enable exporters for different telemetry pillars:
85
85
//!
86
86
//! * `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.
89
89
//!
90
90
//! The following feature flags generate additional code and types:
91
91
//! * `serialize`: Enables serialization support for type defined in this create via `serde`.
Original file line number Diff line number Diff line change 80
80
//! The following feature flags can used to control the telemetry pillars to use:
81
81
//!
82
82
//! * `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.
85
85
//!
86
86
//! For `trace` the following feature flags are available:
87
87
//!
Original file line number Diff line number Diff line change 93
93
//! The following core crate feature flags are available:
94
94
//!
95
95
//! * `trace`: Includes the trace API (enabled by default).
96
- //! * `metrics`: Includes the unstable metrics API.
96
+ //! * `metrics`: Includes the metrics API.
97
97
//! * `logs`: Includes the logs bridge API.
98
98
//!
99
99
//! The following feature flags provides additional configuration for `logs`:
You can’t perform that action at this time.
0 commit comments