We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bccfc commit f17c8c8Copy full SHA for f17c8c8
inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpansComponentProvider.java
@@ -24,7 +24,8 @@ public String getName() {
24
public SpanProcessor create(DeclarativeConfigProperties config) {
25
return InferredSpansConfig.create(
26
new DeclarativeConfigPropertiesBridgeBuilder()
27
- // crop the prefix, because the properties are under the "experimental_inferred_spans" processor
+ // crop the prefix, because the properties are under the "experimental_inferred_spans"
28
+ // processor
29
.addMapping("otel.inferred.spans.", "")
30
.build(config));
31
}
0 commit comments