diff --git a/instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 3cf12f011fb0..587aadc4c0ba 100644 --- a/instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/instrumentation/spring/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -304,6 +304,11 @@ "description": "List of propagators to be used for context propagation.", "defaultValue": "tracecontext,baggage" }, + { + "name": "otel.resource.attributes", + "type": "java.util.Map", + "description": "Resource attributes to be added to all spans. In addition to these attributes, the resource will also include attributes discovered from the runtime, such as host.name and process.id." + }, { "name": "otel.sdk.disabled", "type": "java.lang.Boolean", @@ -405,6 +410,10 @@ { "name": "otel.logs.exporter", "values": [ + { + "value": "logging", + "description": "The logging exporter prints exported logs to stdout. It's mainly used for testing and debugging." + }, { "value": "none", "description": "No autoconfigured exporter."