Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jan 28, 2025
1 parent 7d45b5b commit ab2439a
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,30 @@
"description": "Enables the DB statement sanitization.",
"defaultValue": true
},
{
"name": "otel.instrumentation.runtime-telemetry.enabled",
"type": "java.lang.Boolean",
"description": "Enable runtime telemetry metrics.",
"defaultValue": true
},
{
"name": "otel.instrumentation.runtime-telemetry.emit-experimental-telemetry",
"type": "java.lang.Boolean",
"description": "Enable the capture of experimental metrics.",
"defaultValue": false
},
{
"name": "otel.instrumentation.runtime-telemetry-java17.enable-all",
"type": "java.lang.Boolean",
"description": "Enable the capture of all JFR based metrics.",
"defaultValue": false
},
{
"name": "otel.instrumentation.runtime-telemetry-java17.enabled",
"type": "java.lang.Boolean",
"description": "Enable the capture of JFR based metrics.",
"defaultValue": false
},
{
"name": "otel.instrumentation.spring-web.enabled",
"type": "java.lang.Boolean",
Expand Down

0 comments on commit ab2439a

Please sign in to comment.