Skip to content

Commit 97d4303

Browse files
Fix #1049 Jaeger exporter docs: insecure instead of secure (#1050)
1 parent 366363c commit 97d4303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ https://github.com/grpc/grpc/blob/master/doc/naming.md
6060
The following settings can be optionally configured:
6161

6262
- `cert_pem_file`: certificate file for TLS credentials of gRPC client. Should
63-
only be used if `secure` is set to true.
63+
only be used if `insecure` is set to false.
6464
- `keepalive`: keepalive parameters for client gRPC. See
6565
[grpc.WithKeepaliveParams()](https://godoc.org/google.golang.org/grpc#WithKeepaliveParams).
66-
- `secure`: whether to enable client transport security for the exporter's gRPC
66+
- `insecure`: whether to disable client transport security for the exporter's gRPC
6767
connection. See [grpc.WithInsecure()](https://godoc.org/google.golang.org/grpc#WithInsecure).
6868
- `server_name_override`: If set to a non empty string, it will override the virtual host name
6969
of authority (e.g. :authority header field) in requests (typically used for testing).

0 commit comments

Comments
 (0)