Skip to content

Commit

Permalink
Fix property name in Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeeters committed Jun 24, 2024
1 parent b25a674 commit 633e121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* "https://github.com/open-telemetry/opentelemetry-java/issues/3651">opentelemetry-java#3651</a>.
* Because this class configures components from the OTel SDK, it can't support HTTP/JSON.
* By default, we auto-configure HTTP/protobuf. If you want to use gRPC, you need to set
* {@code management.otlp.tracing.exporter=grpc}. If you define a
* {@code management.otlp.tracing.transport=grpc}. If you define a
* {@link OtlpHttpSpanExporter} or {@link OtlpGrpcSpanExporter}, this auto-configuration
* will back off.
*
Expand Down

0 comments on commit 633e121

Please sign in to comment.