Skip to content

Commit

Permalink
Simplify WithEndpoint default value doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Dec 23, 2021
1 parent a201c56 commit 752c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The [`SDK`][] is configured with the following options.
| Option Name | Default Value | Environment Variable |
| ---| --- | --- |
| `WithAccessToken` | `""` | `SPLUNK_ACCESS_TOKEN` |
| `WithEndpoint` | `"localhost:4317"` or `"http://127.0.0.1:9080/v1/trace"`(1) | none |
| `WithEndpoint` | `"localhost:4317"`(1) | none |
| `WithPropagator` | `tracecontext,baggage` | `OTEL_PROPAGATORS` |

(1): The default value depends on the exporter used. See the
Expand Down

0 comments on commit 752c613

Please sign in to comment.