You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//! The OS and Process resource detectors are now packaged separately in the `opentelemetry-resource-detector` [crate](https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-resource-detectors).
21
+
//! The OS and Process resource detectors are packaged separately in the
Copy file name to clipboardexpand all lines: opentelemetry-sdk/src/resource/telemetry.rs
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@ use std::time::Duration;
10
10
/// - The language of the telemetry SDK(`telemetry.sdk.language`). It will be `rust` for this SDK.
11
11
/// - The version of the telemetry SDK(`telemetry.sdk.version`). It will be current `opentelemetry_sdk` crate version.
12
12
///
13
-
/// Note that the `telemetry.auto.version` is not provided as of now.
14
13
///
15
-
/// See [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#telemetry-sdk) for details.
14
+
/// See [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/README.md#telemetry-sdk) for details.
0 commit comments