fix(inputs.jti_openconfig_telemetry): Do not block GRPC dial (#13958)

This commit is contained in:
Sven Rebhan 2023-09-26 14:36:55 +02:00 committed by GitHub
parent d7ba7642ff
commit 21e8f9cc54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -386,7 +386,6 @@ func (m *OpenConfigTelemetry) Start(acc telegraf.Accumulator) error {
// Setup the basic connection options
options := []grpc.DialOption{
grpc.WithTransportCredentials(creds),
grpc.WithBlock(),
}
// Add keep-alive settings