We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2b2d5 commit d96d59fCopy full SHA for d96d59f
opentelemetry-sdk/src/resource/env.rs
@@ -14,7 +14,7 @@ const OTEL_SERVICE_NAME: &str = "OTEL_SERVICE_NAME";
14
/// general SDK configuration from environment.
15
///
16
/// See
17
-/// [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/resource/semantic_conventions#telemetry-sdk)
+/// [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable)
18
/// for details.
19
#[derive(Debug)]
20
pub struct EnvResourceDetector {
0 commit comments