Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the OTLP receiver legacy gRPC port(55680) references #29

Merged
merged 1 commit into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion instrumentation/httpd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ __OpenTelemetryPath__
This option specifies file to which to export when `file` exporter is used. If no `OpenTelemetryPath` is specified then spans goes to standard error output which is apache error log.

__OpenTelemetryEndpoint__
OpenTelemetryEndpoint specifies where to export spans when OTLP is used. Put hostname and then port. Example value: `host.docker.internal:55680`
OpenTelemetryEndpoint specifies where to export spans when OTLP is used. Put hostname and then port. Example value: `host.docker.internal:4317`

__OpenTelemetryBatch__
This directive takes 3 numerical arguments for batch processing:
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/httpd/opentelemetry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OpenTelemetryExporter file
OpenTelemetryPath /tmp/output-spans

# OpenTelemetryExporter otlp
# OpenTelemetryEndpoint host.docker.internal:55680
# OpenTelemetryEndpoint host.docker.internal:4317

# OpenTelemetryBatch for batch configuration. Takes 3 arguments:
# Max Queue Size
Expand Down