You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I frequently see these errors in my logs:
{"level":"warn","ts":1653102273.0902977,"caller":"[email protected]/resolver_dns.go:106","msg":"failed to resolve","kind":"exporter","name":"loadbalancing","resolver":"dns","error":"i/o timeout"}
Seems at times the cluster may just be slow and the default 1-second (every 5 seconds) timeout is too short.
Describe the solution you'd like
Make the dns lookup interval and timeout configurable.
Describe alternatives you've considered
No alternative comes to mind. Making the timeout longer across the board may make other environments unstable.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I frequently see these errors in my logs:
Seems at times the cluster may just be slow and the default 1-second (every 5 seconds) timeout is too short.
Describe the solution you'd like
Make the dns lookup interval and timeout configurable.
Describe alternatives you've considered
No alternative comes to mind. Making the timeout longer across the board may make other environments unstable.
Additional context
The text was updated successfully, but these errors were encountered: