Added `spring-scheduling.enabled` property to spring-configuration-metadata.json (#12791)

This commit is contained in:
Bobae Kim 2024-11-26 02:09:47 +09:00 committed by GitHub
parent 057ba16915
commit 55c137c9c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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>",