Skip to content

Commit

Permalink
Update config/configgrpc/configgrpc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored Oct 31, 2024
1 parent 0edd5f3 commit 29d6e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/configgrpc/configgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ func (gcs *ClientConfig) ToClientConn(
if err != nil {
return nil, err
}
//lint:ignore SA1019 see https://github.com/open-telemetry/opentelemetry-collector/pull/11575
return grpc.DialContext(ctx, gcs.sanitizedEndpoint(), grpcOpts...)
}

Expand Down

0 comments on commit 29d6e0a

Please sign in to comment.