Added `spring-scheduling.enabled` property to spring-configuration-metadata.json (#12791)
This commit is contained in:
parent
057ba16915
commit
55c137c9c3
|
@ -488,6 +488,12 @@
|
||||||
"description": "Enable the Servlet instrumentation.",
|
"description": "Enable the Servlet instrumentation.",
|
||||||
"defaultValue": true
|
"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",
|
"name": "otel.java.enabled.resource.providers",
|
||||||
"type": "java.util.List<java.lang.String>",
|
"type": "java.util.List<java.lang.String>",
|
||||||
|
|
Loading…
Reference in New Issue