Skip to content

Commit

Permalink
docs: Update WithExporterProtocol in README.md (#54)
Browse files Browse the repository at this point in the history
## Short description of the changes

It seems like the function was renamed, but not updated in the Readme! I
noticed when trying to set it :D.
  • Loading branch information
NicholasGWK authored Jul 19, 2023
1 parent 8033712 commit 0b934e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ As of v1.8.0, this package has been renamed from `otel-launcher-go` to `otel-con
| WithServiceName | OTEL_SERVICE_NAME | y | - |
| WithServiceVersion | OTEL_SERVICE_VERSION | n | - |
| WithHeaders | OTEL_EXPORTER_OTLP_HEADERS | n | {} |
| WithProtocol | OTEL_EXPORTER_OTLP_PROTOCOL | n | grpc |
| WithExporterProtocol | OTEL_EXPORTER_OTLP_PROTOCOL | n | grpc |
| WithTracesExporterEndpoint | OTEL_EXPORTER_OTLP_TRACES_ENDPOINT | n | localhost:4317 |
| WithTracesExporterInsecure | OTEL_EXPORTER_OTLP_TRACES_INSECURE | n | false |
| WithMetricsExporterEndpoint | OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | n | localhost:4317 |
Expand Down

0 comments on commit 0b934e0

Please sign in to comment.