fix(inputs.jti_openconfig_telemetry): Do not block GRPC dial (#13958)
This commit is contained in:
parent
d7ba7642ff
commit
21e8f9cc54
|
|
@ -386,7 +386,6 @@ func (m *OpenConfigTelemetry) Start(acc telegraf.Accumulator) error {
|
||||||
// Setup the basic connection options
|
// Setup the basic connection options
|
||||||
options := []grpc.DialOption{
|
options := []grpc.DialOption{
|
||||||
grpc.WithTransportCredentials(creds),
|
grpc.WithTransportCredentials(creds),
|
||||||
grpc.WithBlock(),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add keep-alive settings
|
// Add keep-alive settings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue