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
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/properties/OtelSpringProperties.java
+194Lines changed: 194 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,12 +195,142 @@ public void setResource(Resource resource) {
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/properties/SpringConfigProperties.java
+37-6Lines changed: 37 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public class SpringConfigProperties implements ConfigProperties {
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
"description": "MDC attributes to capture. Use the wildcard character <code>*</code> to capture all attributes."
422
+
"type": "java.lang.String",
423
+
"description": "MDC attributes to capture. Use the wildcard character <code>*</code> to capture all attributes. This is a comma-separated list of attribute names.",
Copy file name to clipboardExpand all lines: smoke-tests-otel-starter/spring-boot-common/src/main/java/io/opentelemetry/spring/smoketest/AbstractOtelSpringStarterSmokeTest.java
0 commit comments