Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
agents: fix grpc insecure opt initialization
`OtlpGrpcClientOptions.use_ssl_credentials` is not initialized by default to `false` as it happens with all their children. Make sure it is otherwise it can produce undesired behaviour. PR-URL: #247 Reviewed-By: Rafael Gonzaga <[email protected]>
- Loading branch information