Skip to content

Commit ab2439a

Browse files
committed
add metadata
1 parent 7d45b5b commit ab2439a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,30 @@
476476
"description": "Enables the DB statement sanitization.",
477477
"defaultValue": true
478478
},
479+
{
480+
"name": "otel.instrumentation.runtime-telemetry.enabled",
481+
"type": "java.lang.Boolean",
482+
"description": "Enable runtime telemetry metrics.",
483+
"defaultValue": true
484+
},
485+
{
486+
"name": "otel.instrumentation.runtime-telemetry.emit-experimental-telemetry",
487+
"type": "java.lang.Boolean",
488+
"description": "Enable the capture of experimental metrics.",
489+
"defaultValue": false
490+
},
491+
{
492+
"name": "otel.instrumentation.runtime-telemetry-java17.enable-all",
493+
"type": "java.lang.Boolean",
494+
"description": "Enable the capture of all JFR based metrics.",
495+
"defaultValue": false
496+
},
497+
{
498+
"name": "otel.instrumentation.runtime-telemetry-java17.enabled",
499+
"type": "java.lang.Boolean",
500+
"description": "Enable the capture of JFR based metrics.",
501+
"defaultValue": false
502+
},
479503
{
480504
"name": "otel.instrumentation.spring-web.enabled",
481505
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)