Skip to content

Commit

Permalink
add documentation for enable/disable properties
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 10, 2024
1 parent 755dd68 commit 4d5aafa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@
"description": "Disable the OpenTelemetry Spring Starter.",
"defaultValue": false
},
{
"name": "otel.springboot.resource.enabled",
"type": "java.lang.Boolean",
"description": "Enable the resource auto-configuration.",
"defaultValue": true
},
{
"name": "otel.traces.exporter",
"type": "java.util.List<java.lang.String>",
Expand Down

0 comments on commit 4d5aafa

Please sign in to comment.