File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ https://github.com/grpc/grpc/blob/master/doc/naming.md
60
60
The following settings can be optionally configured:
61
61
62
62
- ` 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 .
64
64
- ` keepalive ` : keepalive parameters for client gRPC. See
65
65
[ 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
67
67
connection. See [ grpc.WithInsecure()] ( https://godoc.org/google.golang.org/grpc#WithInsecure ) .
68
68
- ` server_name_override ` : If set to a non empty string, it will override the virtual host name
69
69
of authority (e.g. : authority header field) in requests (typically used for testing).
You can’t perform that action at this time.
0 commit comments