Browse Source

Merge branch '3.1.x'

pull/38674/head
Moritz Halbritter 2 years ago
parent
commit
a0fc2d48cd
  1. 6
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

6
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -2210,6 +2210,12 @@
"level": "error" "level": "error"
} }
}, },
{
"name": "management.tracing.enabled",
"type": "java.lang.Boolean",
"description": "Whether auto-configuration of tracing is enabled to export and propagate traces.",
"defaultValue": true
},
{ {
"name": "management.tracing.propagation.consume", "name": "management.tracing.propagation.consume",
"defaultValue": [ "defaultValue": [

Loading…
Cancel
Save