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
/// Detect the telemetry SDK information used to capture data recorded by the instrumentation libraries.
7
+
///
8
+
/// It provides:
9
+
/// - The name of the telemetry SDK(`telemetry.sdk.name`). It will be `opentelemetry` for SDK provided by opentelemetry project.
10
+
/// - The language of the telemetry SDK(`telemetry.sdk.language`). It will be `rust` for this SDK.
11
+
/// - The version of the telemetry SDK(`telemetry.sdk.version`). It will be current `opentelemetry_sdk` crate version.
12
+
///
13
+
/// Note that the `telemetry.auto.version` is not provided as of now.
14
+
///
15
+
/// See [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#telemetry-sdk) for details.
0 commit comments