Skip to content

Commit 350bc26

Browse files
committed
Reinstate 'management.tracing.enabled' property
See gh-38626
1 parent 3d4d1e8 commit 350bc26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,6 +2190,12 @@
21902190
"level": "error"
21912191
}
21922192
},
2193+
{
2194+
"name": "management.tracing.enabled",
2195+
"type": "java.lang.Boolean",
2196+
"description": "Whether auto-configuration of tracing is enabled to export and propagate traces.",
2197+
"defaultValue": true
2198+
},
21932199
{
21942200
"name": "management.tracing.propagation.consume",
21952201
"defaultValue": [

0 commit comments

Comments
 (0)