Skip to content

Commit

Permalink
add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jul 9, 2024
1 parent 07d560f commit 10ad02d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@
"description": "Enables the DB statement sanitization.",
"defaultValue": true
},
{
"name": "otel.instrumentation.common.default-enabled",
"type": "java.lang.Boolean",
"description": "Enables all instrumentations. Set to <code>false</code> to disable all instrumentations and then enable specific modules individually, e.g. <code>otel.instrumentation.jdbc.enabled=true</code>.",
"defaultValue": true
},
{
"name": "otel.instrumentation.common.peer-service-mapping",
"type": "java.util.Map<java.lang.String, java.lang.String>",
Expand Down

0 comments on commit 10ad02d

Please sign in to comment.