Skip to content

Commit 55c137c

Browse files
authored
Added spring-scheduling.enabled property to spring-configuration-metadata.json (#12791)
1 parent 057ba16 commit 55c137c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

instrumentation/spring/spring-boot-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
@@ -488,6 +488,12 @@
488488
"description": "Enable the Servlet instrumentation.",
489489
"defaultValue": true
490490
},
491+
{
492+
"name": "otel.instrumentation.spring-scheduling.enabled",
493+
"type": "java.lang.Boolean",
494+
"description": "Enable the Spring Scheduling instrumentation.",
495+
"defaultValue": true
496+
},
491497
{
492498
"name": "otel.java.enabled.resource.providers",
493499
"type": "java.util.List<java.lang.String>",

0 commit comments

Comments
 (0)