We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e988ef2 commit c311417Copy full SHA for c311417
crates/synd_o11y/src/opentelemetry/resource.rs
@@ -12,7 +12,7 @@ pub fn resource(
12
) -> Resource {
13
Resource::from_detectors(
14
Duration::from_millis(200),
15
- // Detect "OTEL_RESOURCE_ATTRIBUTES" enviornment variables
+ // Detect "OTEL_RESOURCE_ATTRIBUTES" environment variables
16
vec![Box::new(EnvResourceDetector::new())],
17
)
18
.merge(&Resource::from_schema_url(
0 commit comments