Skip to content

Commit

Permalink
Added spring-scheduling.enabled property to spring-configuration-me…
Browse files Browse the repository at this point in the history
…tadata.json (#12791)
  • Loading branch information
KimDoubleB authored Nov 25, 2024
1 parent 057ba16 commit 55c137c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,12 @@
"description": "Enable the Servlet instrumentation.",
"defaultValue": true
},
{
"name": "otel.instrumentation.spring-scheduling.enabled",
"type": "java.lang.Boolean",
"description": "Enable the Spring Scheduling instrumentation.",
"defaultValue": true
},
{
"name": "otel.java.enabled.resource.providers",
"type": "java.util.List<java.lang.String>",
Expand Down

0 comments on commit 55c137c

Please sign in to comment.