Skip to content

Commit

Permalink
add missing metadata entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 7, 2024
1 parent 3bd4558 commit 962884b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@
"description": "List of propagators to be used for context propagation.",
"defaultValue": "tracecontext,baggage"
},
{
"name": "otel.resource.attributes",
"type": "java.util.Map<java.lang.String, java.lang.String>",
"description": "Resource attributes to be added to all spans. In addition to these attributes, the resource will also include attributes discovered from the runtime, such as <code>host.name</code> and <code>process.id</code>."
},
{
"name": "otel.sdk.disabled",
"type": "java.lang.Boolean",
Expand Down Expand Up @@ -405,6 +410,10 @@
{
"name": "otel.logs.exporter",
"values": [
{
"value": "logging",
"description": "The logging exporter prints exported logs to stdout. It's mainly used for testing and debugging."
},
{
"value": "none",
"description": "No autoconfigured exporter."
Expand Down

0 comments on commit 962884b

Please sign in to comment.