Skip to content

Commit

Permalink
docs: Remove the OTLP receiver legacy gRPC port(55680) references (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiamxia authored May 25, 2021
1 parent 40bbbab commit a044609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/otlp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ OpenTelemetry::SDK.configure do |c|
c.add_span_processor(
OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(
OpenTelemetry::Exporter::OTLP::Exporter.new(
endpoint: 'http://localhost:55680'
compression: 'gzip'
)
)
)
Expand Down

0 comments on commit a044609

Please sign in to comment.