Skip to content

Commit

Permalink
Fix javadoc of OtlpExporterTracesConfig#protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Feb 26, 2024
1 parent 74f0221 commit 6d60c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface OtlpExporterTracesConfig {
* OTLP defines the encoding of telemetry data and the protocol used to exchange data between the client and the
* server. Depending on the exporter, the available protocols will be different.
* <p>
* Currently, only {@code grpc} and {@code http} are allowed.
* Currently, only {@code grpc} and {@code http/protobuf} are allowed.
*/
@WithDefault(Protocol.GRPC)
Optional<String> protocol();
Expand Down

0 comments on commit 6d60c62

Please sign in to comment.