We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b734b0 commit f4ca6f5Copy full SHA for f4ca6f5
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/blob/main/specification/resource/sdk.md)
+/// [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